Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dqfw.h98 void (*arch_read_dma)(struct fw_cfg_dma_access *dma); member
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A Dqemu.c58 .arch_read_dma = qemu_x86_fwcfg_read_entry_dma
/rk3399_rockchip-uboot/drivers/misc/
H A Dqfw.c259 fwcfg_arch_ops->arch_read_dma(&dma); in qemu_fwcfg_read_entry_dma()
373 if (!ops || !ops->arch_read_pio || !ops->arch_read_dma) in qemu_fwcfg_init()