Searched refs:ref_sc (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_mputmrvar.h58 extern struct mputmr_softc *ref_sc;
H A Domap_mputmr.c121 static struct omapmputmr_softc *ref_sc = NULL; variable in typeref:struct:omapmputmr_softc
184 ref_sc = sc;
240 newref = bus_space_read_4(ref_sc->sc_iot, ref_sc->sc_ioh,
259 newref = bus_space_read_4(ref_sc->sc_iot, ref_sc->sc_ioh,
308 counter = bus_space_read_4(ref_sc->sc_iot, ref_sc->sc_ioh,
333 if (ref_sc == NULL)
H A Domap2_mputmr.c106 struct mputmr_softc *ref_sc; variable in typeref:struct:mputmr_softc
182 return _timer_read(ref_sc);
225 if (ref_sc == NULL)
236 _timer_intr_dis(ref_sc);
240 setclockrate(ref_sc, 0);
H A Dobio_mputmr.c218 ref_sc = sc;
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timervar.h70 extern struct geminitmr_softc *ref_sc;
H A Dgemini_timer.c115 struct geminitmr_softc *ref_sc; variable in typeref:struct:geminitmr_softc
228 r = _timer_read(ref_sc);
276 if (ref_sc == NULL)
278 timer_init(ref_sc, 0, TRUE, FALSE);
292 * ref_sc is initialized already by obiotimer_attach
301 if (ref_sc == NULL)
331 struct geminitmr_softc *sc = ref_sc;
H A Dobio_timer.c270 ref_sc = sc;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c371 extern struct geminitmr_softc *ref_sc;
389 if (ref_sc != NULL)
430 if (ref_sc != NULL)

Completed in 123 milliseconds