Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h41 #define FW_CFG_DMA_CTL_READ 0x02 macro
97 movl $(\VAR << 16) | (FW_CFG_DMA_CTL_READ | FW_CFG_DMA_CTL_SELECT), %eax
H A Doptrom_fw_cfg.h56 | FW_CFG_DMA_CTL_READ; in bios_cfg_read_entry_dma()
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h69 #define FW_CFG_DMA_CTL_READ 0x02 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h69 #define FW_CFG_DMA_CTL_READ 0x02 macro
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c55 #define FW_CFG_DMA_CTL_READ 0x02 macro
367 if (dma.control & FW_CFG_DMA_CTL_READ) { in fw_cfg_dma_transfer()