Searched refs:watchdog_hw_t (Results 1 – 3 of 3) sorted by relevance
53 } watchdog_hw_t; typedef55 #define watchdog_hw ((watchdog_hw_t *)WATCHDOG_BASE)56 static_assert(sizeof (watchdog_hw_t) == 0x002c, "");
61 } watchdog_hw_t; typedef63 #define watchdog_hw ((watchdog_hw_t *)WATCHDOG_BASE)64 static_assert(sizeof (watchdog_hw_t) == 0x0030, "");
91 check_hw_layout(watchdog_hw_t, scratch[7], WATCHDOG_SCRATCH7_OFFSET); in watchdog_reboot()