Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/armada/
H A Dwdt.c104 struct mv_wdt_config * wdt_config; member
180 sc->wdt_config = (struct mv_wdt_config *) in mv_wdt_attach()
183 if (sc->wdt_config->wdt_clock_src == 0) in mv_wdt_attach()
184 sc->wdt_config->wdt_clock_src = get_tclk(); in mv_wdt_attach()
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()
368 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()
372 if (wdt_softc->wdt_config->wdt_enable != NULL) in mv_watchdog_event()
[all …]