Lines Matching full:words
108 unsigned int words, unsigned int offset) in host1x_job_add_gather() argument
112 gather->words = words; in host1x_job_add_gather()
342 u32 words; member
388 if (fw->words == 0) in check_mask()
396 fw->words--; in check_mask()
413 if (fw->words == 0) in check_incr()
421 fw->words--; in check_incr()
435 if (fw->words == 0) in check_nonincr()
442 fw->words--; in check_nonincr()
457 fw->words = g->words; in validate()
461 while (fw->words && !err) { in validate()
468 fw->words--; in validate()
540 size += g->words * sizeof(u32); in copy_gathers()
571 g->words * sizeof(u32)); in copy_gathers()
582 offset += g->words * sizeof(u32); in copy_gathers()