Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c97 #define SHPC_SLOT_EVENT_LATCH(s) (0x2 + SHPC_SLOT_REG(s)) macro
153 uint8_t event = shpc->config[SHPC_SLOT_EVENT_LATCH(slot)]; in shpc_interrupt_update()
312 shpc->config[SHPC_SLOT_EVENT_LATCH(slot)] |= in shpc_slot_command()
544 shpc->config[SHPC_SLOT_EVENT_LATCH(slot)] |= in shpc_device_plug_cb()
550 shpc->config[SHPC_SLOT_EVENT_LATCH(slot)] |= in shpc_device_plug_cb()
590 shpc->config[SHPC_SLOT_EVENT_LATCH(slot)] |= in shpc_device_unplug_request_cb()
594 shpc->config[SHPC_SLOT_EVENT_LATCH(slot)] |= SHPC_SLOT_EVENT_BUTTON; in shpc_device_unplug_request_cb()
653 SHPC_SLOT_EVENT_LATCH(i), in shpc_init()