Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h43 #define FW_CFG_DMA_CTL_SELECT 0x08 macro
97 movl $(\VAR << 16) | (FW_CFG_DMA_CTL_READ | FW_CFG_DMA_CTL_SELECT), %eax
H A Doptrom_fw_cfg.h55 uint32_t control = (entry << 16) | FW_CFG_DMA_CTL_SELECT in bios_cfg_read_entry_dma()
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h71 #define FW_CFG_DMA_CTL_SELECT 0x08 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h71 #define FW_CFG_DMA_CTL_SELECT 0x08 macro
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c57 #define FW_CFG_DMA_CTL_SELECT 0x08 macro
359 if (dma.control & FW_CFG_DMA_CTL_SELECT) { in fw_cfg_dma_transfer()
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c181 | FW_CFG_DMA_CTL_SELECT in fw_cfg_write_blob()