Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_powermgt.c30 BCM2835PowerMgtState *s = (BCM2835PowerMgtState *)opaque; in bcm2835_powermgt_read()
58 BCM2835PowerMgtState *s = (BCM2835PowerMgtState *)opaque; in bcm2835_powermgt_write()
113 VMSTATE_UINT32(rstc, BCM2835PowerMgtState),
114 VMSTATE_UINT32(rsts, BCM2835PowerMgtState),
115 VMSTATE_UINT32(wdog, BCM2835PowerMgtState),
122 BCM2835PowerMgtState *s = BCM2835_POWERMGT(obj); in bcm2835_powermgt_init()
131 BCM2835PowerMgtState *s = BCM2835_POWERMGT(dev); in bcm2835_powermgt_reset()
150 .instance_size = sizeof(BCM2835PowerMgtState),
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_powermgt.h18 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835PowerMgtState, BCM2835_POWERMGT)
20 struct BCM2835PowerMgtState { struct
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h59 BCM2835PowerMgtState powermgt;