Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Di82374.c35 OBJECT_DECLARE_SIMPLE_TYPE(I82374State, I82374)
49 struct I82374State { struct
62 VMSTATE_UINT8_ARRAY(commands, I82374State, 8), argument
125 I82374State *s = I82374(dev); in i82374_realize()
143 DEFINE_PROP_UINT32("iobase", I82374State, iobase, 0x400),
159 .instance_size = sizeof(I82374State),