Home
last modified time | relevance | path

Searched refs:fw_cfg_dma_access (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dqfw.h88 struct fw_cfg_dma_access { struct
97 void (*arch_read_dma)(struct fw_cfg_dma_access *dma); argument
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h79 struct fw_cfg_dma_access { struct
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h79 struct fw_cfg_dma_access { struct
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom_fw_cfg.h54 struct fw_cfg_dma_access access; in bios_cfg_read_entry_dma()
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c46 static void qemu_x86_fwcfg_read_entry_dma(struct fw_cfg_dma_access *dma) in qemu_x86_fwcfg_read_entry_dma()
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h57 typedef struct fw_cfg_dma_access FWCfgDmaAccess;
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c77 static void fw_cfg_wait_for_control(struct fw_cfg_dma_access *d) in fw_cfg_wait_for_control()
94 struct fw_cfg_dma_access *d = NULL; in fw_cfg_dma_transfer()
104 *d = (struct fw_cfg_dma_access) { in fw_cfg_dma_transfer()
/openbmc/u-boot/drivers/misc/
H A Dqfw.c248 struct fw_cfg_dma_access dma; in qemu_fwcfg_read_entry_dma()