Searched refs:PCI_REG_BUS_M (Results 1 – 7 of 7) sorted by relevance
1161 #define PCI_REG_BUS_M 0xff0000 /* bus number mask */ macro1178 #define PCI_REG_BUS_G(x) (((x) & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT)
438 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pxtool_validate_barnum_bdf()
1231 (tgt_err->tgt_pci_addr & (PCI_REG_BUS_M | in pci_check_regs()1233 (drv_regp[rn].pci_phys_hi & (PCI_REG_BUS_M | in pci_check_regs()
710 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pcitool_validate_barnum_bdf()
971 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != in pcitool_dev_reg_ops()
711 func_num = (bdf & ((~PCI_REG_BUS_M) >> 8)); in pcie_hp_create_port_name_num()
754 int last_bus = PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT; in do_probe()