Home | History | Annotate | Download | only in ebus

Lines Matching defs:Tc

91 	struct _Tc *tc = sc->sc_dp;
110 tc->DownCounterHigh = 0;
111 tc->DownCounter = sc->sc_reload;
112 tc->Control = TCCT_ENABLE | TCCT_INT_ENABLE;
125 struct _Tc *tc = sc->sc_dp;
135 free = tc->FreeRunning;
188 struct _Tc *tc = sc->sc_dp;
203 tc->FreeRunning = free;
220 80260cac: 8c55003c lw s5,60(v0) //s5=tc
259 struct _Tc *tc = sc->sc_dp;
263 x = tc->Control;
264 tc->DownCounterHigh = 0;
265 tc->DownCounter = sc->sc_reload;
274 eclock_counter(struct timecounter *tc)
276 struct eclock_softc *sc = tc->tc_priv;
277 struct _Tc *Tc = sc->sc_dp;
279 return (u_int)Tc->FreeRunning; /* NB: chops to 32bits */