Searched refs:stat_sc (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_mputmrvar.h57 extern struct mputmr_softc *stat_sc;
H A Domap_mputmr.c120 static struct omapmputmr_softc *stat_sc = NULL; variable in typeref:struct:omapmputmr_softc
180 stat_sc = sc;
284 bus_space_write_4(stat_sc->sc_iot, stat_sc->sc_ioh, MPU_CNTL_TIMER,
291 bus_space_write_4(stat_sc->sc_iot, stat_sc->sc_ioh, MPU_LOAD_TIMER,
294 bus_space_write_4(stat_sc->sc_iot, stat_sc->sc_ioh, MPU_CNTL_TIMER,
331 if (stat_sc == NULL)
349 omap_intr_establish(stat_sc
[all...]
H A Domap2_mputmr.c105 struct mputmr_softc *stat_sc; variable in typeref:struct:mputmr_softc
196 _timer_intr_ack(stat_sc);
215 setclockrate(stat_sc, schz);
223 if (stat_sc == NULL)
235 _timer_intr_dis(stat_sc);
239 setclockrate(stat_sc, stathz);
249 intr_establish(stat_sc->sc_intr, IPL_HIGH, IST_LEVEL, statintr, 0);
252 _timer_intr_enb(stat_sc);
H A Dobio_mputmr.c214 stat_sc = sc;
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timervar.h69 extern struct geminitmr_softc *stat_sc;
H A Dgemini_timer.c114 struct geminitmr_softc *stat_sc; variable in typeref:struct:geminitmr_softc
241 if (clock_sc == stat_sc)
249 struct geminitmr_softc *sc = stat_sc;
284 if (stat_sc == NULL)
286 if (stat_sc != clock_sc)
287 timer_init(stat_sc, schz, FALSE, TRUE);
291 * clock_sc and stat_sc starts here
299 if (stat_sc == NULL)
317 if (clock_sc != stat_sc)
318 intr_establish(stat_sc
[all...]
H A Dobio_timer.c250 stat_sc = clock_sc = sc;
261 stat_sc = clock_sc = sc;

Completed in 121 milliseconds