Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h79 struct fw_cfg_dma_access { struct
80 __be32 control;
81 __be32 length;
82 __be64 address;
/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