Home
last modified time | relevance | path

Searched refs:arch_read_dma (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/misc/
Dqfw.c266 fwcfg_arch_ops->arch_read_dma(&dma); in qemu_fwcfg_read_entry_dma()
380 if (!ops || !ops->arch_read_pio || !ops->arch_read_dma) in qemu_fwcfg_init()
/external/u-boot/include/
Dqfw.h97 void (*arch_read_dma)(struct fw_cfg_dma_access *dma); member
/external/u-boot/arch/x86/cpu/qemu/
Dqemu.c57 .arch_read_dma = qemu_x86_fwcfg_read_entry_dma