Home
last modified time | relevance | path

Searched refs:PCI_HP_SLOT_MASK_ALL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1132 reg &= ~(PCI_HP_SLOT_MASK_ALL | in pcishpc_enable_irqs()
1141 reg &= ~(PCI_HP_SLOT_MASK_ALL); in pcishpc_enable_irqs()
1179 reg |= PCI_HP_SLOT_MASK_ALL; in pcishpc_disable_irqs()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h898 #define PCI_HP_SLOT_MASK_ALL 0x5f000000 macro