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.c71 #define SHPC_SLOT_PWR_LED_MASK 0xC macro
73 ctz32(SHPC_SLOT_PWR_LED_MASK)
221 shpc_set_status(shpc, i, SHPC_LED_ON, SHPC_SLOT_PWR_LED_MASK); in shpc_reset()
227 shpc_set_status(shpc, i, SHPC_LED_OFF, SHPC_SLOT_PWR_LED_MASK); in shpc_reset()
272 uint8_t old_power = shpc_get_status(shpc, slot, SHPC_SLOT_PWR_LED_MASK); in shpc_slot_command()
289 shpc_set_status(shpc, slot, power, SHPC_SLOT_PWR_LED_MASK); in shpc_slot_command()
339 power = (code & SHPC_SLOT_PWR_LED_MASK) >> SHPC_SLOT_PWR_LED_SHIFT; in shpc_command()
577 led = shpc_get_status(shpc, slot, SHPC_SLOT_PWR_LED_MASK); in shpc_device_unplug_request_cb()