Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/mv/
H A Dtimer.c80 struct mv_timer_softc { struct
104 static struct mv_timer_softc *timer_softc = NULL; argument
185 struct mv_timer_softc *sc; in mv_timer_attach()
191 sc = (struct mv_timer_softc *)device_get_softc(dev); in mv_timer_attach()
271 struct mv_timer_softc *sc; in mv_hardclock()
278 sc = (struct mv_timer_softc *)arg; in mv_hardclock()
294 sizeof(struct mv_timer_softc),
508 struct mv_timer_softc *sc; in mv_timer_start()
512 sc = (struct mv_timer_softc *)et->et_priv; in mv_timer_start()