Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c2038 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_DISABLED) { in pcishpc_set_bus_speed()
2283 case PCI_HP_SLOT_DISABLED: /* SHPC Disabled */ in pcishpc_slot_shpc_to_hpc()
2308 return (PCI_HP_SLOT_DISABLED); in pcishpc_slot_hpc_to_shpc()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h873 #define PCI_HP_SLOT_DISABLED 0x3 macro