Home
last modified time | relevance | path

Searched refs:shortcut_stop_on_valrdy (Results 1 – 2 of 2) sorted by last modified time

/qemu/hw/misc/
H A Dnrf51_rng.c39 r = s->shortcut_stop_on_valrdy; in rng_read()
109 s->shortcut_stop_on_valrdy = in rng_write()
157 if (s->shortcut_stop_on_valrdy) { in nrf51_rng_timer_expire()
214 s->shortcut_stop_on_valrdy = 0; in nrf51_rng_reset()
237 VMSTATE_UINT32(shortcut_stop_on_valrdy, NRF51RNGState),
/qemu/include/hw/misc/
H A Dnrf51_rng.h78 uint32_t shortcut_stop_on_valrdy; member