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

/freebsd-13-stable/sys/arm/mv/
H A Dtimer.c106 static struct mv_timer_softc *timer_softc = NULL; variable in typeref:struct:mv_timer_softc
190 if (timer_softc != NULL)
194 timer_softc = sc;
213 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF);
276 irq_cause = read_cpu_ctrl(timer_softc->config->bridge_irq_cause);
277 irq_cause &= timer_softc->config->irq_timer0_clr;
278 write_cpu_ctrl(timer_softc->config->bridge_irq_cause, irq_cause);
317 nticks = ((timer_softc->config->clock_src / 1000000 + 1) * usec);
352 return (bus_space_read_4(timer_softc->timer_bst,
353 timer_softc
[all...]

Completed in 80 milliseconds