Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dstm32_rng.c24 #define RNG_SR 0x04U macro
65 if (io_read32(rng_base + RNG_SR) & (RNG_SR_SECS | RNG_SR_SEIS)) { in conceal_seed_error()
68 io_mask32(rng_base + RNG_SR, 0, RNG_SR_SEIS); in conceal_seed_error()
73 if (io_read32(rng_base + RNG_SR) & RNG_SR_SEIS) in conceal_seed_error()
97 if (io_read32(rng_base + RNG_SR) & RNG_SR_DRDY) in stm32_rng_read_raw()
101 if (io_read32(rng_base + RNG_SR) & RNG_SR_DRDY) { in stm32_rng_read_raw()
A Dimx_rngb.c28 #define RNG_SR 0x0C macro
80 status = io_read32(rng->base.va + RNG_SR); in wait_for_irq()
181 status = io_read32(rngb.base.va + RNG_SR); in crypto_rng_read()

Completed in 3 milliseconds