Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/armada/
H A Dwdt.c62 void (*wdt_disable)(void); member
79 .wdt_disable = &mv_wdt_disable_armada_38x,
87 .wdt_disable = &mv_wdt_disable_armada_xp,
95 .wdt_disable = &mv_wdt_disable_armv5,
183 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_wdt_attach()
184 wdt_softc->wdt_config->wdt_disable(); in mv_wdt_attach()
354 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
355 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()
364 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
365 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()