Searched refs:RESET_STATUS_WATCHDOG (Results 1 – 3 of 3) sorted by relevance
7 #define RESET_STATUS_WATCHDOG (1 << 1) /* Watchdog Reset */ macro
5 #define RESET_STATUS_WATCHDOG (1 << 1) /* Watchdog Reset */ macro
166 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()