Searched refs:PCI_REG_BUS_M (Results 1 – 8 of 8) sorted by relevance
1182 #define PCI_REG_BUS_M 0xff0000 /* bus number mask */ macro1199 #define PCI_REG_BUS_G(x) (((x) & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT)
1236 (tgt_err->tgt_pci_addr & (PCI_REG_BUS_M | in pci_check_regs()1238 (drv_regp[rn].pci_phys_hi & (PCI_REG_BUS_M | in pci_check_regs()
438 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pxtool_validate_barnum_bdf()
710 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pcitool_validate_barnum_bdf()
713 func_num = (bdf & ((~PCI_REG_BUS_M) >> 8)); in pcie_hp_create_port_name_num()
977 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != in pcitool_dev_reg_ops()
754 int last_bus = PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT; in do_probe()
1462 ((ha->pci_bus_addr & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT); in ql_qry_chip()