Home
last modified time | relevance | path

Searched refs:FWCfgIoState (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/nvram/
H A Dfw_cfg.h16 OBJECT_DECLARE_SIMPLE_TYPE(FWCfgIoState, FW_CFG_IO)
91 struct FWCfgIoState { struct
/qemu/hw/nvram/
H A Dfw_cfg.c1144 FWCfgIoState *ios; in fw_cfg_init_io_dma()
1303 DEFINE_PROP_BOOL("dma_enabled", FWCfgIoState, parent_obj.dma_enabled,
1305 DEFINE_PROP_UINT16("x-file-slots", FWCfgIoState, parent_obj.file_slots,
1313 FWCfgIoState *s = FW_CFG_IO(dev); in fw_cfg_io_realize()
1346 .instance_size = sizeof(FWCfgIoState),