Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1177 #define PCI_REG_FUNC_M 0x700 /* function mask */ macro
1194 #define PCI_REG_FUNC_G(x) (((x) & PCI_REG_FUNC_M) >> PCI_REG_FUNC_SHIFT)
/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.c442 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != prg->func_no)) { in pxtool_validate_barnum_bdf()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c714 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != prg->func_no)) { in pcitool_validate_barnum_bdf()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c983 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != in pcitool_dev_reg_ops()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c716 func_num = bdf & (PCI_REG_FUNC_M >> 8); 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/cmd/pcitool/
H A Dpcitool.c596 int last_func = PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT; in probe_dev()