Searched defs:shpc_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c95 static int pcishpc_slot_shpc_to_hpc(int shpc_state);
2263 * The argument shpc_state is expected to be read from the slot register.
2266 pcishpc_slot_shpc_to_hpc(int shpc_state) argument
2268 if ((shpc_state & PCI_HP_SLOT_CARD_EMPTY_MASK) ==
2272 switch (shpc_state & PCI_HP_SLOT_STATE_MASK) {

Completed in 58 milliseconds