Home
last modified time | relevance | path

Searched refs:PCI_FUNC_MASK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h76 #define PCI_FUNC_MASK 0x700 /* Func# Mask */ macro
H A Dopl_picl.c214 (((reg_val[0]) & PCI_FUNC_MASK) >> 8); in opl_pci_callback()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech2.c62 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); in pci_mech2_config_enable()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h70 #define PCI_FUNC_MASK 0x07 macro