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.c85 #define SHPC_SLOT_STATUS_MRL_OPEN 0x100 macro
218 shpc_set_status(shpc, i, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_reset()
224 shpc_set_status(shpc, i, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_reset()
309 shpc_set_status(shpc, slot, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_slot_command()
358 if (!(shpc_get_status(shpc, i, SHPC_SLOT_STATUS_MRL_OPEN))) { in shpc_command()
379 if (!(shpc_get_status(shpc, i, SHPC_SLOT_STATUS_MRL_OPEN))) { in shpc_command()
532 shpc_set_status(shpc, slot, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_plug_cb()
540 if (shpc_get_status(shpc, slot, SHPC_SLOT_STATUS_MRL_OPEN)) { in shpc_device_plug_cb()
541 shpc_set_status(shpc, slot, 0, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_plug_cb()
587 shpc_set_status(shpc, slot, 1, SHPC_SLOT_STATUS_MRL_OPEN); in shpc_device_unplug_request_cb()