Home
last modified time | relevance | path

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

/qemu/include/hw/arm/
H A Dbcm2836.h21 OBJECT_DECLARE_TYPE(BCM283XBaseState, BCM283XBaseClass, BCM283X_BASE)
35 struct BCM283XBaseState { struct
62 BCM283XBaseState parent_obj; argument
H A Draspi_platform.h59 typedef struct BCM283XBaseState BCM283XBaseState; typedef
61 BCM283XBaseState *soc);
H A Dbcm2838.h25 BCM283XBaseState parent_obj;
/qemu/hw/arm/
H A Dbcm2836.c34 DEFINE_PROP_UINT32("enabled-cpus", BCM283XBaseState, enabled_cpus, 0);
38 BCM283XBaseState *s = BCM283X_BASE(obj); in bcm283x_base_init()
76 BCM283XBaseState *s = BCM283X_BASE(dev); in bcm283x_common_realize()
99 BCM283XBaseState *s_base = BCM283X_BASE(dev); in bcm2835_realize()
122 BCM283XBaseState *s_base = BCM283X_BASE(dev); in bcm2836_realize()
249 .instance_size = sizeof(BCM283XBaseState),
H A Dbcm2838.c68 BCM283XBaseState *s_base = BCM283X_BASE(dev); in bcm2838_realize()
H A Draspi.c247 BCM283XBaseState *soc) in raspi_base_machine_init()