Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dbcm2838_peripherals.h54 OBJECT_DECLARE_TYPE(BCM2838PeripheralState, BCM2838PeripheralClass,
57 struct BCM2838PeripheralState { struct
H A Dbcm2838.h27 BCM2838PeripheralState peripherals;
/openbmc/qemu/hw/arm/
H A Dbcm2838_peripherals.c26 BCM2838PeripheralState *s = BCM2838_PERIPHERALS(obj); in bcm2838_peripherals_init()
68 BCM2838PeripheralState *s = BCM2838_PERIPHERALS(dev); in bcm2838_peripherals_realize()
213 .instance_size = sizeof(BCM2838PeripheralState),
H A Dbcm2838.c70 BCM2838PeripheralState *ps = BCM2838_PERIPHERALS(&s->peripherals); in bcm2838_realize()