Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c72 #define SHPC_SLOT_PWR_LED_MASK 0xC macro
74 ctz32(SHPC_SLOT_PWR_LED_MASK)
250 shpc_set_status(shpc, i, SHPC_LED_ON, SHPC_SLOT_PWR_LED_MASK); in shpc_reset()
256 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_PWR_LED_MASK); in shpc_reset()
301 uint8_t old_power = shpc_get_status(shpc, slot, SHPC_SLOT_PWR_LED_MASK); in shpc_slot_command()
318 shpc_set_status(shpc, slot, power, SHPC_SLOT_PWR_LED_MASK); in shpc_slot_command()
385 power = (code & SHPC_SLOT_PWR_LED_MASK) >> SHPC_SLOT_PWR_LED_SHIFT; in shpc_command()
623 led = shpc_get_status(shpc, slot, SHPC_SLOT_PWR_LED_MASK); in shpc_device_unplug_request_cb()