Searched refs:FWCfgMemState (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 17 OBJECT_DECLARE_SIMPLE_TYPE(FWCfgMemState, FW_CFG_MEM) 99 struct FWCfgMemState { struct
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 1347 DEFINE_PROP_UINT32("data_width", FWCfgMemState, data_width, -1), 1348 DEFINE_PROP_BOOL("dma_enabled", FWCfgMemState, parent_obj.dma_enabled, 1350 DEFINE_PROP_UINT16("x-file-slots", FWCfgMemState, parent_obj.file_slots, 1358 FWCfgMemState *s = FW_CFG_MEM(dev); in fw_cfg_mem_realize() 1403 .instance_size = sizeof(FWCfgMemState),
|