Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h97 struct FWCfgMemState { struct
99 FWCfgState parent_obj;
102 MemoryRegion ctl_iomem, data_iomem;
103 uint32_t data_width;
104 MemoryRegionOps wide_data_ops;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h60 typedef struct FWCfgMemState FWCfgMemState; typedef