Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/armada/
H A Dwdt.c65 void (*wdt_disable)(void); member
81 .wdt_disable = &mv_wdt_disable_armada_38x,
89 .wdt_disable = &mv_wdt_disable_armada_xp,
97 .wdt_disable = &mv_wdt_disable_armv5,
186 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_wdt_attach()
187 wdt_softc->wdt_config->wdt_disable(); in mv_wdt_attach()
357 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
358 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()
367 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
368 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()