Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dst-rng.c32 #define ST_RNG_FIFO_SIZE (ST_RNG_FIFO_DEPTH * ST_RNG_SAMPLE_SIZE) macro
65 for (i = 0; i < ST_RNG_FIFO_SIZE && i < max; i += 2) in st_rng_read()