Home
last modified time | relevance | path

Searched refs:RNG_SR_SEIS (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_rng.c46 #define RNG_SR_SEIS BIT(6) macro
80 mmio_clrbits_32(stm32_rng.base + RNG_SR, RNG_SR_SEIS); in seed_error_recovery()
92 if ((mmio_read_32(stm32_rng.base + RNG_SR) & RNG_SR_SEIS) != 0U) { in seed_error_recovery()
151 if ((sr & (RNG_SR_SECS | RNG_SR_SEIS)) != 0U) { in stm32_rng_enable()
171 if ((status & (RNG_SR_SECS | RNG_SR_SEIS | RNG_SR_DRDY)) != RNG_SR_DRDY) { in check_data_validity()
174 if ((status & (RNG_SR_SECS | RNG_SR_SEIS)) != 0U) { in check_data_validity()