Searched refs:NewWorldMacIOState (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/misc/macio/ |
H A D | macio.h | 133 OBJECT_DECLARE_SIMPLE_TYPE(NewWorldMacIOState, NEWWORLD_MACIO) 135 struct NewWorldMacIOState { struct
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 265 NewWorldMacIOState *ns = NEWWORLD_MACIO(d); in macio_newworld_realize() 352 NewWorldMacIOState *ns = NEWWORLD_MACIO(obj); in macio_newworld_init() 403 VMSTATE_PCI_DEVICE(parent_obj.parent, NewWorldMacIOState), 409 DEFINE_PROP_BOOL("has-pmu", NewWorldMacIOState, has_pmu, false), 410 DEFINE_PROP_BOOL("has-adb", NewWorldMacIOState, has_adb, false), 458 .instance_size = sizeof(NewWorldMacIOState),
|