Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h57 #define FW_CFG_VERSION_DMA 0x02 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h57 #define FW_CFG_VERSION_DMA 0x02 macro
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom_fw_cfg.h75 if (version & FW_CFG_VERSION_DMA) { in bios_cfg_read_entry()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c50 #define FW_CFG_VERSION_DMA 0x02 macro
1129 version |= FW_CFG_VERSION_DMA; in fw_cfg_common_realize()
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c73 return (fw_cfg_rev & FW_CFG_VERSION_DMA) && fw_cfg_reg_dma; in fw_cfg_dma_enabled()