Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c86 #define SHPC_SLOT_STATUS_MRL_OPEN 0x100 macro
247 shpc_set_status(shpc, i, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_reset()
253 shpc_set_status(shpc, i, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_reset()
355 shpc_set_status(shpc, slot, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_slot_command()
404 if (!(shpc_get_status(shpc, i, SHPC_SLOT_STATUS_MRL_OPEN))) { in shpc_command()
425 if (!(shpc_get_status(shpc, i, SHPC_SLOT_STATUS_MRL_OPEN))) { in shpc_command()
578 shpc_set_status(shpc, slot, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_plug_cb()
586 if (shpc_get_status(shpc, slot, SHPC_SLOT_STATUS_MRL_OPEN)) { in shpc_device_plug_cb()
587 shpc_set_status(shpc, slot, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_plug_cb()
633 shpc_set_status(shpc, slot, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_unplug_request_cb()