Searched refs:RNG_SR (Results 1 – 2 of 2) sorted by relevance
24 #define RNG_SR 0x04U macro65 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()
28 #define RNG_SR 0x0C macro80 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