Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h55 #define NRF51_RNG_REG_CONFIG_DECEN 0 macro
/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c128 (value & BIT_MASK(NRF51_RNG_REG_CONFIG_DECEN)) ? 1 : 0; in rng_write()