Searched refs:RNG_SR_SEIS (Results 1 – 1 of 1) sorted by relevance
33 #define RNG_SR_SEIS BIT(6) macro103 writel_relaxed(sr & ~RNG_SR_SEIS, pdata->base + RNG_SR); in stm32_rng_conceal_seed_error_cond_reset()114 if (readl_relaxed(pdata->base + RNG_SR) & RNG_SR_SEIS) in stm32_rng_conceal_seed_error_cond_reset()146 writel_relaxed(sr & ~RNG_SR_SEIS, pdata->base + RNG_SR); in stm32_rng_conceal_seed_error_sw_reset()151 if (readl_relaxed(pdata->base + RNG_SR) & RNG_SR_SEIS) in stm32_rng_conceal_seed_error_sw_reset()184 if (sr & RNG_SR_SEIS) { in stm32_rng_read()
Completed in 5 milliseconds