Lines Matching refs:RNG_SR
27 #define RNG_SR U(0x04) macro
133 uint32_t sr = io_read32(rng_base + RNG_SR); in conceal_seed_error_cond_reset()
146 io_clrbits32(rng_base + RNG_SR, RNG_SR_SEIS); in conceal_seed_error_cond_reset()
162 if (io_read32(rng_base + RNG_SR) & RNG_SR_SEIS) in conceal_seed_error_cond_reset()
166 if (io_read32(rng_base + RNG_SR) & RNG_SR_SECS) { in conceal_seed_error_cond_reset()
198 io_clrbits32(rng_base + RNG_SR, RNG_SR_SEIS); in conceal_seed_error_sw_reset()
203 if (io_read32(rng_base + RNG_SR) & RNG_SR_SEIS) in conceal_seed_error_sw_reset()
222 if (dev->error_conceal || io_read32(rng_base + RNG_SR) & RNG_SR_SEIS) in read_available()
225 if (!(io_read32(rng_base + RNG_SR) & RNG_SR_DRDY)) { in read_available()
230 if (io_read32(rng_base + RNG_SR) & RNG_SR_SEIS) { in read_available()
244 if (!(io_read32(rng_base + RNG_SR) & RNG_SR_DRDY)) in read_available()
332 io_write32(rng_base + RNG_SR, 0); in stm32_rng_init()
386 if (IO_READ32_POLL_TIMEOUT(rng_base + RNG_SR, value, in stm32_rng_init()
496 io_write32(base + RNG_SR, 0); in stm32_rng_pm_resume()