Searched defs:intel_scu_watchdog_dev (Results 1 – 1 of 1) sorted by relevance
30 struct intel_scu_watchdog_dev { struct31 ulong driver_open;32 ulong driver_closed;33 u32 timer_started;34 u32 timer_set;35 u32 threshold;36 u32 soft_threshold;37 u32 __iomem *timer_load_count_addr;38 u32 __iomem *timer_current_value_addr;39 u32 __iomem *timer_control_addr;[all …]