Searched refs:ctl_iot (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/arch/landisk/dev/
H A Dwdc_obio.c114 chp->cmd_iot = chp->ctl_iot = oa->oa_iot;
119 || bus_space_map(chp->ctl_iot,
153 return (bus_space_read_1(chp->ctl_iot, chp->ctl_ioh,
164 bus_space_write_1(chp->ctl_iot, chp->ctl_ioh,
/openbsd-current/sys/dev/isa/
H A Dwdc_isa.c94 ch.ctl_iot = ia->ia_iot;
95 if (bus_space_map(ch.ctl_iot, ia->ia_iobase + WDC_ISA_AUXREG_OFFSET,
108 bus_space_unmap(ch.ctl_iot, ch.ctl_ioh, WDC_ISA_AUXREG_NPORTS);
124 sc->wdc_channel.ctl_iot = ia->ia_iot;
130 bus_space_map(sc->wdc_channel.ctl_iot,
H A Dwdc_isapnp.c87 sc->wdc_channel.ctl_iot = ipa->ia_iot;
/openbsd-current/sys/dev/pci/
H A Dpciide_pdc202xx_reg.h159 bus_space_tag_t ctl_iot; member in struct:pciide_pdcsata::__anon479
H A Dpciide_sii3112_reg.h333 bus_space_tag_t ctl_iot; member in struct:pciide_satalink::__anon9605
H A Dpciide.c1673 wdc_cp->ctl_iot = pa->pa_iot;
1675 if (bus_space_map(wdc_cp->ctl_iot, PCIIDE_COMPAT_CTL_BASE(compatchan),
1695 bus_space_unmap(wdc_cp->ctl_iot, wdc_cp->cmd_ioh, wdc_cp->ctl_iosz);
1763 &wdc_cp->ctl_iot, &cp->ctl_baseioh, NULL, ctlsizep, 0) != 0) {
1774 if (bus_space_subregion(wdc_cp->ctl_iot, cp->ctl_baseioh, 2, 1,
1796 bus_space_unmap(wdc_cp->ctl_iot, cp->ctl_baseioh, wdc_cp->ctl_iosz);
2488 bus_space_unmap(cp->wdc_channel.ctl_iot,
2491 bus_space_unmap(cp->wdc_channel.ctl_iot,
4757 sl->regs[chan].ctl_iot = sl->ba5_st;
4797 return (bus_space_read_1(sl->regs[chp->channel].ctl_iot,
[all...]
/openbsd-current/sys/arch/macppc/dev/
H A Dwdc_obio.c166 chp->cmd_iot = chp->ctl_iot = ca->ca_iot;
600 return (bus_space_read_1(chp->ctl_iot, chp->ctl_ioh,
618 bus_space_write_1(chp->ctl_iot, chp->ctl_ioh,
/openbsd-current/sys/dev/ic/
H A Dwdcvar.h58 bus_space_tag_t ctl_iot; member in struct:channel_softc
H A Dwdc.c301 return (bus_space_read_1(chp->ctl_iot, chp->ctl_ioh,
318 bus_space_write_1(chp->ctl_iot, chp->ctl_ioh,
/openbsd-current/sys/dev/pcmcia/
H A Dwdc_pcmcia.c311 sc->wdc_channel.ctl_iot = sc->sc_auxpioh.iot;

Completed in 141 milliseconds