Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/mv/
H A Dtimer.c104 static struct mv_timer_softc *timer_softc = NULL; variable
188 if (timer_softc != NULL) in mv_timer_attach()
192 timer_softc = sc; in mv_timer_attach()
356 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer_control()
372 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer()
380 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer_rel()
481 mtx_lock(&timer_softc->timer_mtx); in mv_watchdog_event()
484 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
494 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
498 timer_softc->config->watchdog_enable(); in mv_watchdog_event()
[all …]