Home
last modified time | relevance | path

Searched refs:NRF51_RNG_REG_INTEN_VALRDY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c114 (value & BIT_MASK(NRF51_RNG_REG_INTEN_VALRDY)) ? 1 : 0; in rng_write()
117 if (value & BIT_MASK(NRF51_RNG_REG_INTEN_VALRDY)) { in rng_write()
122 if (value & BIT_MASK(NRF51_RNG_REG_INTEN_VALRDY)) { in rng_write()
/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h51 #define NRF51_RNG_REG_INTEN_VALRDY 0 macro