Lines Matching refs:pcihp
790 bus_size_t size, bus_size_t align, struct pcmcia_io_handle *pcihp)
802 pcihp->iot = h->sc->memt;
803 pcihp->ioh = 0;
804 pcihp->addr = ioaddr;
805 pcihp->size = size;
812 struct pcmcia_io_handle *pcihp)
818 bus_addr_t offset, bus_size_t size, struct pcmcia_io_handle *pcihp,
847 busaddr = pcihp->addr + offset;
852 pcihp->iot = SH3_BUS_SPACE_PCMCIA_IO8;
856 pcihp->iot = SH3_BUS_SPACE_PCMCIA_IO;
864 if (!bus_space_is_equal(h->sc->iot, pcihp->iot))
868 if (bus_space_map(pcihp->iot, busaddr, pcihp->size, 0, &pcihp->ioh))
879 h->io[win].iot = pcihp->iot;
880 h->io[win].ioh = pcihp->ioh;