Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c261 static bool shpc_slot_is_off(uint8_t state, uint8_t power, uint8_t attn) in shpc_slot_is_off() function
305 if (!shpc_slot_is_off(old_state, old_power, old_attn) && in shpc_slot_command()
306 shpc_slot_is_off(state, power, attn)) in shpc_slot_command()