Home | History | Annotate | Download | only in gsc

Lines Matching defs:gsc

43 #include <hppa/gsc/gscbusvar.h>
83 struct siop_gsc_softc *gsc = device_private(self);
84 struct siop_softc *sc = &gsc->sc_siop;
88 gsc->sc_iot = ga->ga_iot;
89 if (bus_space_map(gsc->sc_iot, ga->ga_hpa,
90 IOMOD_HPASIZE, 0, &gsc->sc_ioh)) {
95 gsc->sc_bustag = *gsc->sc_iot;
96 gsc->sc_bustag.hbt_r1 = siop_gsc_r1;
97 gsc->sc_bustag.hbt_r2 = siop_gsc_r2;
98 gsc->sc_bustag.hbt_w1 = siop_gsc_w1;
99 gsc->sc_bustag.hbt_w2 = siop_gsc_w2;
111 sc->sc_c.sc_rt = &gsc->sc_bustag;
112 bus_space_subregion(gsc->sc_iot, gsc->sc_ioh, SIOP_GSC_OFFSET,
118 bus_space_write_1(gsc->sc_iot, gsc->sc_ioh, SIOP_GSC_RESET, 0);