Searched refs:APPLE_WDOG_WD1_CNTL (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm64/apple/ |
H A D | apple_wdog.c | 59 #define APPLE_WDOG_WD1_CNTL 0x001c macro 147 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_attach() 181 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn() 190 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_watchdog_fn() 194 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn() 210 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_reboot_system()
|