Searched refs:wdog_mode_key (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_wdog.c | 105 uint32_t wdog_mode_key; member 171 sc->wdog_mode_key = 0; in aw_wdog_attach() 179 sc->wdog_mode_key = 0; in aw_wdog_attach() 189 sc->wdog_mode_key = D1_WDOG_MODE_KEY; 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()
|