Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_rng.c40 BCM2835RngState *s = (BCM2835RngState *)opaque; in bcm2835_rng_read()
70 BCM2835RngState *s = (BCM2835RngState *)opaque; in bcm2835_rng_write()
103 VMSTATE_UINT32(rng_ctrl, BCM2835RngState),
104 VMSTATE_UINT32(rng_status, BCM2835RngState),
111 BCM2835RngState *s = BCM2835_RNG(obj); in bcm2835_rng_init()
120 BCM2835RngState *s = BCM2835_RNG(dev); in bcm2835_rng_reset()
137 .instance_size = sizeof(BCM2835RngState),
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_rng.h17 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835RngState, BCM2835_RNG)
19 struct BCM2835RngState { struct
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h96 BCM2835RngState rng;