Searched refs:max_words (Results 1 – 3 of 3) 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()
174 int max_words(void) in max_words() function
4609 u32 max_words, num_words; member4627 policy->max_words = ARRAY_SIZE(policy->h2g.data); in __guc_scheduling_policy_start_klv()4639 GEM_BUG_ON((policy->num_words + 1 + len) > policy->max_words); in __guc_scheduling_policy_add_klv()