Home
last modified time | relevance | path

Searched refs:PCI_REG_BDFR_M (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1184 #define PCI_REG_BDFR_M 0xffffff /* bus, dev, func, reg mask */ macro
1198 #define PCI_REG_BDFR_G(x) ((x) & PCI_REG_BDFR_M)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c684 return (uint16_t)((*val & PCI_REG_BDFR_M) >> PCI_REG_FUNC_SHIFT); in x86pi_bdf()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c473 (offset & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)); in pxtool_get_phys_addr()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c48 #define PCI_BDF_bits (PCI_REG_BDFR_M & ~PCI_REG_REG_M)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2581 *bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8; in pcie_get_bdf_from_dip()