Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1127 if ((reg & PCI_HP_SLOT_STATE_MASK) == PCI_HP_SLOT_ENABLED) { in pcishpc_enable_irqs()
2034 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_DISABLED) { in pcishpc_set_bus_speed()
2055 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_POWER_ONLY) { in pcishpc_set_bus_speed()
2272 switch (shpc_state & PCI_HP_SLOT_STATE_MASK) { in pcishpc_slot_shpc_to_hpc()
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h866 #define PCI_HP_SLOT_STATE_MASK 0x3 macro