Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c23 static void update_irq(NRF51RNGState *s) in update_irq()
31 NRF51RNGState *s = NRF51_RNG(opaque); in rng_read()
75 static void rng_update_timer(NRF51RNGState *s) in rng_update_timer()
88 NRF51RNGState *s = NRF51_RNG(opaque); in rng_write()
150 NRF51RNGState *s = NRF51_RNG(opaque); in nrf51_rng_timer_expire()
167 NRF51RNGState *s = NRF51_RNG(opaque); in nrf51_rng_tep_start()
177 NRF51RNGState *s = NRF51_RNG(opaque); in nrf51_rng_tep_stop()
188 NRF51RNGState *s = NRF51_RNG(obj); in nrf51_rng_init()
209 NRF51RNGState *s = NRF51_RNG(dev); in nrf51_rng_reset()
235 VMSTATE_UINT32(active, NRF51RNGState),
[all …]
/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h41 OBJECT_DECLARE_SIMPLE_TYPE(NRF51RNGState, NRF51_RNG)
58 struct NRF51RNGState { struct
/openbmc/qemu/include/hw/arm/
H A Dnrf51_soc.h36 NRF51RNGState rng;