Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h72 #define FW_CFG_DMA_CTL_WRITE 0x10 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h72 #define FW_CFG_DMA_CTL_WRITE 0x10 macro
/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h44 #define FW_CFG_DMA_CTL_WRITE 0x10 macro
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c182 | FW_CFG_DMA_CTL_WRITE); in fw_cfg_write_blob()
188 ret = fw_cfg_dma_transfer(buf, count, FW_CFG_DMA_CTL_WRITE); in fw_cfg_write_blob()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c57 #define FW_CFG_DMA_CTL_WRITE 0x10 macro
369 } else if (dma.control & FW_CFG_DMA_CTL_WRITE) { in fw_cfg_dma_transfer()