Home
last modified time | relevance | path

Searched refs:RESET_STATUS_WATCHDOG (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A Dreset.h8 #define RESET_STATUS_WATCHDOG (1 << 1) /* Watchdog Reset */ macro
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dreset.h6 #define RESET_STATUS_WATCHDOG (1 << 1) /* Watchdog Reset */ macro
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsa1100_wdt.c183 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()