Searched refs:RNG_SR_SEIS (Results 1 – 1 of 1) sorted by relevance
40 #define RNG_SR_SEIS BIT(6) macro116 writel_relaxed(sr & ~RNG_SR_SEIS, priv->base + RNG_SR); in stm32_rng_conceal_seed_error_cond_reset()128 if (readl_relaxed(priv->base + RNG_SR) & RNG_SR_SEIS) in stm32_rng_conceal_seed_error_cond_reset()162 writel_relaxed(sr & ~RNG_SR_SEIS, priv->base + RNG_SR); in stm32_rng_conceal_seed_error_sw_reset()167 if (readl_relaxed(priv->base + RNG_SR) & RNG_SR_SEIS) in stm32_rng_conceal_seed_error_sw_reset()197 if (readl_relaxed(priv->base + RNG_SR) & RNG_SR_SEIS) in stm32_rng_read()221 if (sr & RNG_SR_SEIS) { in stm32_rng_read()