Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c70 #define SHPC_STATE_DISABLED 0x3 macro
148 case SHPC_STATE_DISABLED: in shpc_slot_state_to_str()
252 shpc_set_status(shpc, i, SHPC_STATE_DISABLED, SHPC_SLOT_STATE_MASK); in shpc_reset()
292 return state == SHPC_STATE_DISABLED && power == SHPC_LED_OFF; in shpc_slot_is_off()
631 if (state == SHPC_STATE_DISABLED && led == SHPC_LED_OFF) { in shpc_device_unplug_request_cb()