Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c2046 PCI_HP_SLOT_POWER_ONLY) != DDI_SUCCESS) { in pcishpc_set_bus_speed()
2059 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_POWER_ONLY) { in pcishpc_set_bus_speed()
2277 case PCI_HP_SLOT_POWER_ONLY: /* SHPC Powered Only */ in pcishpc_slot_shpc_to_hpc()
2302 return (PCI_HP_SLOT_POWER_ONLY); in pcishpc_slot_hpc_to_shpc()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h871 #define PCI_HP_SLOT_POWER_ONLY 0x1 macro