Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rng.c47 #define RNG_SR_DRDY BIT(0) macro
225 if (!(io_read32(rng_base + RNG_SR) & RNG_SR_DRDY)) { in read_available()
244 if (!(io_read32(rng_base + RNG_SR) & RNG_SR_DRDY)) in read_available()
387 value & RNG_SR_DRDY, 0, in stm32_rng_init()