Home
last modified time | relevance | path

Searched refs:PCI_MECH2_CONFIG_ENABLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_neptune.c59 outb(PCI_CSE_PORT, PCI_MECH2_CONFIG_ENABLE); in pci_check_neptune()
H A Dpci_mech2.c62 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); in pci_mech2_config_enable()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h110 #define PCI_MECH2_CONFIG_ENABLE 0x10 /* any nonzero high nibble works */ macro