Home
last modified time | relevance | path

Searched refs:PCI_REG_BUS_M (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpci.h1161 #define PCI_REG_BUS_M 0xff0000 /* bus number mask */ macro
1178 #define PCI_REG_BUS_G(x) (((x) & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT)
/titanic_50/usr/src/uts/sun4/io/px/
H A Dpx_tools.c438 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pxtool_validate_barnum_bdf()
/titanic_50/usr/src/uts/common/os/
H A Dpcifm.c1231 (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()
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c710 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != prg->bus_no) || in pcitool_validate_barnum_bdf()
/titanic_50/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c971 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != in pcitool_dev_reg_ops()
/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c711 func_num = (bdf & ((~PCI_REG_BUS_M) >> 8)); in pcie_hp_create_port_name_num()
/titanic_50/usr/src/cmd/pcitool/
H A Dpcitool.c754 int last_bus = PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT; in do_probe()