Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h44 #define FW_CFG_INVALID 0xffff macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h44 #define FW_CFG_INVALID 0xffff macro
/openbmc/u-boot/drivers/misc/
H A Dqfw.c258 if (entry != FW_CFG_INVALID) in qemu_fwcfg_read_entry_dma()
321 qemu_fwcfg_read_entry(FW_CFG_INVALID, in qemu_fwcfg_read_firmware_list()
/openbmc/u-boot/include/
H A Dqfw.h41 FW_CFG_INVALID = 0xffff, enumerator
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c38 if (entry != FW_CFG_INVALID) in qemu_x86_fwcfg_read_entry_pio()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c277 s->cur_entry = FW_CFG_INVALID; in fw_cfg_select()
298 FWCfgEntry *e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_data_read()
303 if (s->cur_entry != FW_CFG_INVALID && e->data && s->cur_offset < e->len) { in fw_cfg_data_read()
364 e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_dma_transfer()
383 if (s->cur_entry == FW_CFG_INVALID || !e->data || in fw_cfg_dma_transfer()