Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c81 #define SHPC_LED_OFF 0x3 macro
227 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_PWR_LED_MASK); in shpc_reset()
229 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_ATTN_LED_MASK); in shpc_reset()
263 return state == SHPC_STATE_DISABLED && power == SHPC_LED_OFF; in shpc_slot_is_off()
363 SHPC_STATE_NO, SHPC_LED_OFF, SHPC_LED_NO); in shpc_command()
384 SHPC_STATE_NO, SHPC_LED_OFF, SHPC_LED_NO); in shpc_command()
585 if (state == SHPC_STATE_DISABLED && led == SHPC_LED_OFF) { in shpc_device_unplug_request_cb()