Home
last modified time | relevance | path

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

/openbmc/qemu/docs/specs/
H A Dfw_cfg.rst193 In this register, the physical address of a ``FWCfgDmaAccess`` structure in RAM
194 should be written. This is the format of the ``FWCfgDmaAccess`` structure::
196 typedef struct FWCfgDmaAccess {
200 } FWCfgDmaAccess;
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h57 typedef struct fw_cfg_dma_access FWCfgDmaAccess; typedef
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c338 FWCfgDmaAccess dma; in fw_cfg_dma_transfer()
350 stl_be_dma(s->dma_as, dma_addr + offsetof(FWCfgDmaAccess, control), in fw_cfg_dma_transfer()
436 stl_be_dma(s->dma_as, dma_addr + offsetof(FWCfgDmaAccess, control), in fw_cfg_dma_transfer()