Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dtimer.c106 static struct mv_timer_softc *timer_softc = NULL; variable
190 if (timer_softc != NULL) in mv_timer_attach()
194 timer_softc = sc; in mv_timer_attach()
360 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer_control()
376 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer()
384 bus_space_write_4(timer_softc->timer_bst, in mv_set_timer_rel()
485 mtx_lock(&timer_softc->timer_mtx); in mv_watchdog_event()
488 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
498 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
502 timer_softc->config->watchdog_enable(); in mv_watchdog_event()
[all …]