Lines Matching refs:isc

113 	struct ix_softc *isc = (struct ix_softc *)sc;  in ix_reset()  local
117 bus_space_write_1(isc->sc_regt, isc->sc_regh, IX_ECTRL, in ix_reset()
120 bus_space_write_1(isc->sc_regt, isc->sc_regh, IX_ECTRL, 0); in ix_reset()
132 struct ix_softc *isc = (struct ix_softc *)sc; in ix_atten() local
134 bus_space_write_1(isc->sc_regt, isc->sc_regh, IX_ATTN, 0); in ix_atten()
217 struct ix_softc *isc = (struct ix_softc *)sc; in ix_intrhook() local
222 bus_space_write_1(isc->sc_regt, isc->sc_regh, in ix_intrhook()
223 IX_IRQ, isc->irq_encoded); in ix_intrhook()
228 bus_space_write_1(isc->sc_regt, isc->sc_regh, IX_IRQ, in ix_intrhook()
229 isc->irq_encoded | IX_IRQ_ENABLE); in ix_intrhook()
243 struct ix_softc *isc = (struct ix_softc *)sc; in ix_copyin() local
245 if (isc->use_pio) { in ix_copyin()
251 if (isc->use_pio) in ix_copyin()
261 if (isc->use_pio) { in ix_copyin()
274 if (isc->use_pio) in ix_copyin()
287 struct ix_softc *isc = (struct ix_softc *)sc; in ix_copyout() local
289 if (isc->use_pio) { in ix_copyout()
295 if (isc->use_pio) in ix_copyout()
305 if (isc->use_pio) { in ix_copyout()
318 if (isc->use_pio) in ix_copyout()
328 struct ix_softc *isc = (struct ix_softc *)sc; in ix_read_16() local
330 if (isc->use_pio) { in ix_read_16()
343 struct ix_softc *isc = (struct ix_softc *)sc; in ix_write_16() local
345 if (isc->use_pio) { in ix_write_16()
359 struct ix_softc *isc = (struct ix_softc *)sc; in ix_write_24() local
362 if (isc->use_pio) { in ix_write_24()
381 struct ix_softc *isc = (struct ix_softc *)sc; in ix_zeromem() local
383 if (isc->use_pio) { in ix_zeromem()
620 struct ix_softc *isc = device_private(self); in ix_attach() local
621 struct ie_softc *sc = &isc->sc_ie; in ix_attach()
642 isc->use_pio = (ia->ia_iomem[0].ir_size <= (16 * 1024)); in ix_attach()
666 isc->sc_regt = iot; in ix_attach()
667 isc->sc_regh = ioh; in ix_attach()
700 if (isc->use_pio) { in ix_attach()
806 if (isc->use_pio) { in ix_attach()
857 isc->irq_encoded = irq_encoded; in ix_attach()
862 if (isc->use_pio) in ix_attach()
866 isc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq, in ix_attach()
868 if (isc->sc_ih == NULL) { in ix_attach()