maptype 719 dev/pci/ahci.c pcireg_t maptype;
maptype 721 dev/pci/ahci.c maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, AHCI_PCI_BAR);
maptype 722 dev/pci/ahci.c if (pci_mapreg_map(pa, AHCI_PCI_BAR, maptype, 0, &sc->sc_iot,
maptype 354 dev/pci/ips.c pcireg_t maptype;
maptype 377 dev/pci/ips.c maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, sc->sc_chip->ic_bar);
maptype 378 dev/pci/ips.c if (pci_mapreg_map(pa, sc->sc_chip->ic_bar, maptype, 0, &sc->sc_iot,
maptype 1328 dev/pci/pciide.c pcireg_t maptype;
maptype 1357 dev/pci/pciide.c maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag,
maptype 1361 dev/pci/pciide.c (maptype == PCI_MAPREG_TYPE_IO ? "I/O" : "memory")), DEBUG_PROBE);
maptype 1363 dev/pci/pciide.c maptype, 0,
maptype 1370 dev/pci/pciide.c maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag,
maptype 1374 dev/pci/pciide.c (maptype == PCI_MAPREG_TYPE_IO ? "I/O": "memory")), DEBUG_PROBE);
maptype 1376 dev/pci/pciide.c maptype, 0,
maptype 1402 dev/pci/pciide.c pcireg_t maptype;
maptype 1421 dev/pci/pciide.c maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag,
maptype 1424 dev/pci/pciide.c switch (maptype) {
maptype 1443 dev/pci/pciide.c PCIIDE_REG_BUS_MASTER_DMA, maptype, 0,
maptype 1458 dev/pci/pciide.c printf(", (unsupported maptype 0x%x)", maptype);