Searched refs:clock_sc (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dfootbridge_clock.c58 extern struct footbridge_softc *clock_sc;
119 clock_sc = sc;
138 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
159 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
168 currentclock = bus_space_read_4(clock_sc->sc_iot, clock_sc->sc_ioh,
189 bus_space_write_4(clock_sc->sc_iot, clock_sc
[all...]
H A Dfootbridge.c92 struct footbridge_softc *clock_sc; variable in typeref:struct:footbridge_softc
155 clock_sc = sc;
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Diomd_clock.c78 static struct clock_softc *clock_sc; variable in typeref:struct:clock_softc
146 clock_sc = sc;
224 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh,
226 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh,
231 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh,
275 bus_space_write_1(clock_sc->sc_iot, clock_sc
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_mputmrvar.h56 extern struct mputmr_softc *clock_sc;
H A Domap2_mputmr.c104 struct mputmr_softc *clock_sc; variable in typeref:struct:mputmr_softc
188 _timer_intr_ack(clock_sc);
221 if (clock_sc == NULL)
234 _timer_intr_dis(clock_sc);
238 setclockrate(clock_sc, hz);
248 intr_establish(clock_sc->sc_intr, IPL_CLOCK, IST_LEVEL, clockintr, 0);
251 _timer_intr_enb(clock_sc);
263 if (clock_sc == NULL)
270 last = _timer_read(clock_sc);
275 cur = _timer_read(clock_sc);
[all...]
H A Domap_mputmr.c119 static struct omapmputmr_softc *clock_sc = NULL; variable in typeref:struct:omapmputmr_softc
176 clock_sc = sc;
329 if (clock_sc == NULL)
347 omap_intr_establish(clock_sc->sc_intr, IPL_CLOCK,
348 device_xname(clock_sc->sc_dev), clockintr, 0);
360 if (clock_sc == NULL)
367 last = bus_space_read_4(clock_sc->sc_iot, clock_sc->sc_ioh,
372 cur = bus_space_read_4(clock_sc->sc_iot, clock_sc
[all...]
H A Dobio_mputmr.c210 clock_sc = sc;
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timervar.h68 extern struct geminitmr_softc *clock_sc;
H A Dgemini_timer.c113 struct geminitmr_softc *clock_sc; variable in typeref:struct:geminitmr_softc
236 struct geminitmr_softc *sc = clock_sc;
241 if (clock_sc == stat_sc)
286 if (stat_sc != clock_sc)
291 * clock_sc and stat_sc starts here
297 if (clock_sc == NULL)
314 intr_establish(clock_sc->sc_intr, IPL_CLOCK, IST_LEVEL_HIGH,
317 if (clock_sc != stat_sc)
321 timer_init(clock_sc, hz, FALSE, TRUE);
322 if (clock_sc !
[all...]
H A Dobio_timer.c250 stat_sc = clock_sc = sc;
261 stat_sc = clock_sc = sc;

Completed in 144 milliseconds