Searched refs:max_words (Results 1 – 2 of 2) sorted by relevance
67 u32 max_words = max / sizeof(u32); in bcm2835_rng_read() local77 if (num_words > max_words) in bcm2835_rng_read()78 num_words = max_words; in bcm2835_rng_read()
180 int max_words(void) in max_words() function