Home
last modified time | relevance | path

Searched defs:fw_cfg_dma_access (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h79 struct fw_cfg_dma_access { struct
80 uint32_t control;
81 uint32_t length;
82 uint64_t address;
/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