Searched defs:intel_scu_watchdog_dev (Results 1 – 1 of 1) sorted by relevance
46 struct intel_scu_watchdog_dev { struct47 ulong driver_open;48 ulong driver_closed;49 u32 timer_started;50 u32 timer_set;51 u32 threshold;52 u32 soft_threshold;53 u32 __iomem *timer_load_count_addr;54 u32 __iomem *timer_current_value_addr;55 u32 __iomem *timer_control_addr;[all …]