Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dstm32-rng.c27 #define RNG_SR_DRDY BIT(0) macro
65 if (sr != RNG_SR_DRDY) { in stm32_rng_read()