Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dastro.c89 ElroyState *s = opaque; in elroy_chip_read_with_attrs()
163 ElroyState *s = opaque; in elroy_chip_write_with_attrs()
255 ElroyState *s = opaque; in elroy_config_addr_read()
263 ElroyState *es = opaque; in elroy_config_addr_write()
342 ElroyState *s = opaque; in elroy_pcihost_set_iommu()
371 ElroyState *s = opaque; in elroy_set_irq()
468 VMSTATE_UINT64(hpa, ElroyState),
478 VMSTATE_UINT32(ilr, ElroyState),
497 .instance_size = sizeof(ElroyState),
509 static ElroyState *elroy_init(int num) in type_init()
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dastro.h18 OBJECT_DECLARE_SIMPLE_TYPE(ElroyState, ELROY_PCI_HOST_BRIDGE)
32 struct ElroyState { struct
81 struct ElroyState *elroy[ELROY_NUM]; argument