Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c661 fw_info->slot_info = (cci->fw.active_slot & 0x7) | in cmd_firmware_update_get_info()
753 fw_transfer->slot == cci->fw.active_slot || in cmd_firmware_update_transfer()
822 fw_activate->slot == cci->fw.active_slot || in cmd_firmware_update_activate()
834 cci->fw.active_slot = fw_activate->slot; in cmd_firmware_update_activate()
2934 cci->fw.active_slot = 1; in cxl_init_cci()
2935 cci->fw.slot[cci->fw.active_slot - 1] = true; in cxl_init_cci()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h187 uint8_t active_slot; member