Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_rng.c44 #define RNG_SR_SECS BIT(2) macro
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()