Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpci.h1159 #define PCI_REG_FUNC_M 0x700 /* function mask */ macro
1176 #define PCI_REG_FUNC_G(x) (((x) & PCI_REG_FUNC_M) >> PCI_REG_FUNC_SHIFT)
/titanic_50/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()
/titanic_50/usr/src/uts/common/os/
H A Dpcifm.c1232 PCI_REG_DEV_M | PCI_REG_FUNC_M)) == in pci_check_regs()
1234 PCI_REG_DEV_M | PCI_REG_FUNC_M))) { in pci_check_regs()
/titanic_50/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()
/titanic_50/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c977 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != in pcitool_dev_reg_ops()
/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c714 func_num = bdf & (PCI_REG_FUNC_M >> 8); in pcie_hp_create_port_name_num()
/titanic_50/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1165 *devfnp = (regspec[0].pci_phys_hi & (PCI_REG_FUNC_M | PCI_REG_DEV_M)) >> in get_busdevfn()
/titanic_50/usr/src/cmd/pcitool/
H A Dpcitool.c596 int last_func = PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT; in probe_dev()