max_words          66 drivers/char/hw_random/bcm2835-rng.c 	u32 max_words = max / sizeof(u32);
max_words          76 drivers/char/hw_random/bcm2835-rng.c 	if (num_words > max_words)
max_words          77 drivers/char/hw_random/bcm2835-rng.c 		num_words = max_words;