Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dhistb-rng.c21 #define RNG_STAT 0x8 macro
38 return readl_relaxed_poll_timeout(base + RNG_STAT, val, in histb_rng_wait()
66 if (!(readl_relaxed(base + RNG_STAT) & DATA_COUNT)) { in histb_rng_read()