Searched refs:RNG_SR_SEIS (Results 1 – 1 of 1) sorted by relevance
26 #define RNG_SR_SEIS BIT(6) macro52 if (sr & (RNG_SR_SEIS | RNG_SR_SECS)) { in stm32_rng_read()54 clrbits_le32(pdata->base + RNG_SR, RNG_SR_SEIS); in stm32_rng_read()57 if (readl(pdata->base + RNG_SR) & RNG_SR_SEIS) { in stm32_rng_read()
Completed in 3 milliseconds