Home
last modified time | relevance | path

Searched refs:PCI_REG_DEV_M (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1178 #define PCI_REG_DEV_M 0xf800 /* device mask */ macro
1195 #define PCI_REG_DEV_G(x) (((x) & PCI_REG_DEV_M) >> PCI_REG_DEV_SHIFT)
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c755 int last_dev = PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT; in do_probe()
836 last_dev = PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT; in do_probe()
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1237 PCI_REG_DEV_M | PCI_REG_FUNC_M)) == in pci_check_regs()
1239 PCI_REG_DEV_M | PCI_REG_FUNC_M))) { in pci_check_regs()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c440 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != prg->dev_no) || in pxtool_validate_barnum_bdf()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c712 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != prg->dev_no) || in pcitool_validate_barnum_bdf()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c980 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != in pcitool_dev_reg_ops()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c715 dev_num = (bdf & (PCI_REG_DEV_M >> 8)) >> 3; in pcie_hp_create_port_name_num()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1167 *devfnp = (regspec[0].pci_phys_hi & (PCI_REG_FUNC_M | PCI_REG_DEV_M)) >> in get_busdevfn()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1465 ((ha->pci_bus_addr & PCI_REG_DEV_M) >> PCI_REG_DEV_SHIFT); in ql_qry_chip()