Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_wdog.c89 static struct aw_wdog_softc *aw_wdog_sc = NULL; variable
139 if (aw_wdog_sc != NULL) in aw_wdog_attach()
152 aw_wdog_sc = sc; in aw_wdog_attach()
241 if (aw_wdog_sc == NULL) { in aw_wdog_watchdog_reset()
246 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_mode, in aw_wdog_watchdog_reset()
248 aw_wdog_sc->wdog_mode_en); in aw_wdog_watchdog_reset()
249 if (aw_wdog_sc->wdog_config) in aw_wdog_watchdog_reset()
250 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_config, in aw_wdog_watchdog_reset()
251 aw_wdog_sc->wdog_config_value); in aw_wdog_watchdog_reset()
252 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_ctrl, in aw_wdog_watchdog_reset()
[all …]