Lines Matching refs:drv_regp
1214 pci_regspec_t *drv_regp; in pci_check_regs() local
1224 "reg", (caddr_t)&drv_regp, ®len) != DDI_SUCCESS) in pci_check_regs()
1230 PCI_REG_ADDR_G(drv_regp[rn].pci_phys_hi) && in pci_check_regs()
1233 (drv_regp[rn].pci_phys_hi & (PCI_REG_BUS_M | in pci_check_regs()
1236 kmem_free(drv_regp, reglen); in pci_check_regs()
1240 kmem_free(drv_regp, reglen); in pci_check_regs()
1248 "reg", (caddr_t)&drv_regp, ®len) != DDI_SUCCESS) in pci_check_regs()
1253 if ((drv_regp[rn].pci_phys_hi & PCI_RELOCAT_B) && in pci_check_regs()
1256 PCI_REG_ADDR_G(drv_regp[rn].pci_phys_hi)) && in pci_check_regs()
1258 (uint64_t)drv_regp[rn].pci_phys_low + in pci_check_regs()
1259 ((uint64_t)drv_regp[rn].pci_phys_mid << 32)) && in pci_check_regs()
1261 (uint64_t)drv_regp[rn].pci_phys_low + in pci_check_regs()
1262 ((uint64_t)drv_regp[rn].pci_phys_mid << 32) + in pci_check_regs()
1263 (uint64_t)drv_regp[rn].pci_size_low + in pci_check_regs()
1264 ((uint64_t)drv_regp[rn].pci_size_hi << 32))) { in pci_check_regs()
1266 kmem_free(drv_regp, reglen); in pci_check_regs()
1270 kmem_free(drv_regp, reglen); in pci_check_regs()
1273 "assigned-addresses", (caddr_t)&drv_regp, ®len) != in pci_check_regs()
1281 PCI_REG_ADDR_G(drv_regp[rn].pci_phys_hi)) && in pci_check_regs()
1283 (uint64_t)drv_regp[rn].pci_phys_low + in pci_check_regs()
1284 ((uint64_t)drv_regp[rn].pci_phys_mid << 32)) && in pci_check_regs()
1286 (uint64_t)drv_regp[rn].pci_phys_low + in pci_check_regs()
1287 ((uint64_t)drv_regp[rn].pci_phys_mid << 32) + in pci_check_regs()
1288 (uint64_t)drv_regp[rn].pci_size_low + in pci_check_regs()
1289 ((uint64_t)drv_regp[rn].pci_size_hi << 32))) { in pci_check_regs()
1291 kmem_free(drv_regp, reglen); in pci_check_regs()
1295 kmem_free(drv_regp, reglen); in pci_check_regs()