/src/sys/arch/arm/footbridge/ |
footbridge.c | 91 struct footbridge_softc *clock_sc; variable in typeref:struct:footbridge_softc * 154 clock_sc = sc;
|
/src/sys/arch/arm/gemini/ |
gemini_timer.c | 113 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 != stat_sc [all...] |
/src/sys/arch/arm/iomd/ |
iomd_clock.c | 78 static struct clock_softc *clock_sc; variable in typeref:struct:clock_softc * 144 clock_sc = sc; 223 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh, 225 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh, 230 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh, 274 bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh [all...] |