Lines Matching refs:pcireg
1084 pci_regspec_t *pcireg;
1104 "reg", (caddr_t)&pcireg, &len) == DDI_SUCCESS) {
1105 bus = PCI_REG_BUS_G(pcireg->pci_phys_hi);
1106 kmem_free(pcireg, len);
1110 pcireg = (pci_regspec_t *)buff;
1111 pcireg->pci_phys_hi = (type == PCMCIA_MAP_IO ? PCI_ADDR_IO :
1113 pcireg->pci_phys_mid = ret->ra_addr_hi;
1114 pcireg->pci_phys_low = ret->ra_addr_lo;
1116 pcireg->pci_phys_low &= 0xFFFF;
1117 pcireg->pci_size_hi = 0;
1118 pcireg->pci_size_low = ret->ra_len;