Lines Matching refs:rn
1212 int rn; in pci_check_regs() local
1228 for (rn = 0; rn < totreg; rn++) { 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()
1252 for (rn = 0; rn < totreg; rn++) { 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()
1278 for (rn = 0; rn < totreg; rn++) { 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()