Searched refs:NRF51_RNG_REG_CONFIG_DECEN (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/misc/ | ||
H A D | nrf51_rng.h | 55 #define NRF51_RNG_REG_CONFIG_DECEN 0 macro |
/openbmc/qemu/hw/misc/ | ||
H A D | nrf51_rng.c | 128 (value & BIT(NRF51_RNG_REG_CONFIG_DECEN)) ? 1 : 0; in rng_write() |