Lines Matching refs:sc_ios
158 sc->sc_ios = 0;
165 &memaddr, &sc->sc_ios, &flags) != 0) {
166 sc->sc_ios = 0;
183 sc->sc_ios = table_offset;
185 if (bus_space_map(sc->sc_iot, memaddr, sc->sc_ios, flags,
187 sc->sc_ios = 0;
310 if (sc->sc_ios) {
311 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_ios);
312 sc->sc_ios = 0;
324 if (sc->sc_ios != 0) {
348 if (sc->sc_ios) {
349 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_ios);
350 sc->sc_ios = 0;