Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1179 #define PCI_REG_BUS_M 0xff0000 /* bus number mask */ macro
1196 #define PCI_REG_BUS_G(x) (((x) & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT)
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1236 (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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c977 (PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT)) != in pcitool_dev_reg_ops()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c713 func_num = (bdf & ((~PCI_REG_BUS_M) >> 8)); in pcie_hp_create_port_name_num()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c754 int last_bus = PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT; in do_probe()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1462 ((ha->pci_bus_addr & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT); in ql_qry_chip()