Searched refs:max_words (Results 1 – 4 of 4) sorted by relevance
46 u32 max_words = max / sizeof(u32); in bcm74110_rng_read() local 68 if (num_words > max_words) in bcm74110_rng_read() 69 num_words = max_words; in bcm74110_rng_read()
67 u32 max_words = max / sizeof(u32); in bcm2835_rng_read() local 77 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
4678 u32 max_words, num_words; member 4696 policy->max_words = ARRAY_SIZE(policy->h2g.data); in __guc_scheduling_policy_start_klv() 4708 GEM_BUG_ON((policy->num_words + 1 + len) > policy->max_words); in __guc_scheduling_policy_add_klv()