Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/ralink/
H A Drt1310_timer.c51 struct rt1310_timer_softc { struct
78 static struct rt1310_timer_softc *timer_softc = NULL; argument
142 struct rt1310_timer_softc *sc = device_get_softc(dev); in rt1310_timer_attach()
230 struct rt1310_timer_softc *sc = (struct rt1310_timer_softc *)et->et_priv; in rt1310_timer_start()
261 struct rt1310_timer_softc *sc = (struct rt1310_timer_softc *)et->et_priv; in rt1310_timer_stop()
277 sizeof(struct rt1310_timer_softc),
287 struct rt1310_timer_softc *sc = (struct rt1310_timer_softc *)arg; in rt1310_hardclock()