HomeSort by: relevance | last modified time | path
    Searched defs:omaptimer_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_omaptimer.c 97 struct omaptimer_softc { struct
111 static struct omaptimer_softc *timer_softc;
116 struct omaptimer_softc * const sc = timer_softc;
128 struct omaptimer_softc * const sc = timer_softc;
149 struct omaptimer_softc * const sc = tc->tc_priv;
155 omaptimer_enable(struct omaptimer_softc *sc, uint32_t value)
175 struct omaptimer_softc * const sc = device_private(self);
234 CFATTACH_DECL_NEW(omaptimer, sizeof(struct omaptimer_softc),
ti_omaptimer.c 97 struct omaptimer_softc { struct
111 static struct omaptimer_softc *timer_softc;
116 struct omaptimer_softc * const sc = timer_softc;
128 struct omaptimer_softc * const sc = timer_softc;
149 struct omaptimer_softc * const sc = tc->tc_priv;
155 omaptimer_enable(struct omaptimer_softc *sc, uint32_t value)
175 struct omaptimer_softc * const sc = device_private(self);
234 CFATTACH_DECL_NEW(omaptimer, sizeof(struct omaptimer_softc),

Completed in 24 milliseconds