Searched refs:wdog_mode (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_wdog.c | 104 uint8_t wdog_mode; member 170 sc->wdog_mode = A10_WDOG_MODE; in aw_wdog_attach() 178 sc->wdog_mode = A31_WDOG_MODE; in aw_wdog_attach() 188 sc->wdog_mode = D1_WDOG_MODE; in aw_wdog_attach() 206 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_attach() 230 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key | in aw_wdog_watchdog_fn() 248 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_watchdog_fn() 253 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_watchdog_fn() 274 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_mode, aw_wdog_sc->wdog_mode_key | in aw_wdog_watchdog_reset()
|
/freebsd/contrib/netbsd-tests/dev/sysmon/ |
H A D | t_swwdog.c | 68 struct wdog_mode wm; in testbody()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1059 unsigned struct_wdog_mode_sz = sizeof(wdog_mode);
|