Home
last modified time | relevance | path

Searched refs:WDT_PAUSE (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/
Dwatchdog.c82 watchdog_action = WDT_PAUSE; in select_watchdog_action()
111 case WDT_PAUSE: /* same as 'stop' command in monitor */ in watchdog_perform_action()
Dwatchdog.h32 #define WDT_PAUSE 4 /* Pause. */ macro