Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/hw_random/
Dbcm2835-rng.c66 u32 max_words = max / sizeof(u32); in bcm2835_rng_read() local
76 if (num_words > max_words) in bcm2835_rng_read()
77 num_words = max_words; in bcm2835_rng_read()