Searched refs:SHPC_LED_OFF (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/pci/ |
| H A D | shpc.c | 82 #define SHPC_LED_OFF 0x3 macro 134 case SHPC_LED_OFF: in shpc_led_state_to_str() 256 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_PWR_LED_MASK); in shpc_reset() 258 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_ATTN_LED_MASK); in shpc_reset() 292 return state == SHPC_STATE_DISABLED && power == SHPC_LED_OFF; in shpc_slot_is_off() 409 SHPC_STATE_NO, SHPC_LED_OFF, SHPC_LED_NO); in shpc_command() 430 SHPC_STATE_NO, SHPC_LED_OFF, SHPC_LED_NO); in shpc_command() 631 if (state == SHPC_STATE_DISABLED && led == SHPC_LED_OFF) { in shpc_device_unplug_request_cb()
|