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.c69 #define SHPC_STATE_DISABLED 0x3 macro
223 shpc_set_status(shpc, i, SHPC_STATE_DISABLED, SHPC_SLOT_STATE_MASK); in shpc_reset()
263 return state == SHPC_STATE_DISABLED && power == SHPC_LED_OFF; in shpc_slot_is_off()
585 if (state == SHPC_STATE_DISABLED && led == SHPC_LED_OFF) { in shpc_device_unplug_request_cb()