Home | History | Annotate | Download | only in dev

Lines Matching refs:sgc

83 	struct siop_sgc_softc *sgc = device_private(self);
84 struct siop_softc *sc = &sgc->sc_siop;
90 sgc->sc_iot = ca->ca_iot;
91 if (bus_space_map(sgc->sc_iot, ca->ca_hpa,
92 IOMOD_HPASIZE, 0, &sgc->sc_ioh)) {
103 sgc->sc_bustag = *sgc->sc_iot;
104 sgc->sc_bustag.hbt_r1 = siop_sgc_r1;
105 sgc->sc_bustag.hbt_r2 = siop_sgc_r2;
106 sgc->sc_bustag.hbt_w1 = siop_sgc_w1;
107 sgc->sc_bustag.hbt_w2 = siop_sgc_w2;
119 sc->sc_c.sc_rt = &sgc->sc_bustag;
120 bus_space_subregion(sgc->sc_iot, sgc->sc_ioh, IOMOD_DEVOFFSET,
123 regs = bus_space_vaddr(sgc->sc_iot, sgc->sc_ioh);
137 siop_attach(&sgc->sc_siop);