Searched refs:WD_CTRL_ENABLE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/sys/ | ||
| H A D | watchdog.h | 101 #define WD_CTRL_ENABLE 0x00000001 macro |
| /freebsd/sys/dev/watchdog/ | ||
| H A D | watchdog.c | 128 } else if ((ctrl & WD_CTRL_ENABLE) != 0) { in wdog_control() |