Lines Matching refs:am335x_dmtimer_softc
52 struct am335x_dmtimer_softc { struct
70 static struct am335x_dmtimer_softc *am335x_dmtimer_et_sc = NULL; argument
71 static struct am335x_dmtimer_softc *am335x_dmtimer_tc_sc = NULL;
94 struct am335x_dmtimer_softc *sc; in am335x_dmtimer_et_start()
146 struct am335x_dmtimer_softc *sc; in am335x_dmtimer_et_stop()
161 struct am335x_dmtimer_softc *sc; in am335x_dmtimer_et_intr()
174 am335x_dmtimer_et_init(struct am335x_dmtimer_softc *sc) in am335x_dmtimer_et_init()
211 struct am335x_dmtimer_softc *sc; in am335x_dmtimer_tc_get_timecount()
219 am335x_dmtimer_tc_init(struct am335x_dmtimer_softc *sc) in am335x_dmtimer_tc_init()
286 struct am335x_dmtimer_softc *sc; in am335x_dmtimer_attach()
374 sizeof(struct am335x_dmtimer_softc),
383 struct am335x_dmtimer_softc *sc = arg; in am335x_dmtimer_delay()