Lines Matching refs:sc_sc
58 struct slhci_softc sc_sc;
137 sc->sc_sc.sc_iot = iot;
138 sc->sc_sc.sc_ioh = ioh;
139 sc->sc_sc.sc_dmat = &pxa2x0_bus_dma_tag; /* XXX */
140 sc->sc_sc.sc_enable_power = slhci_opio_enable_power;
141 sc->sc_sc.sc_enable_intr = slhci_opio_enable_intr;
142 sc->sc_sc.sc_arg = sc;
164 if (slhci_attach(&sc->sc_sc, self))
173 bus_space_tag_t iot = sc->sc_sc.sc_iot;
193 device_parent(sc->sc_sc.sc_bus.bdev)));
206 return slhci_intr(&sc->sc_sc);