Lines Matching refs:words
108 unsigned int words, unsigned int offset) in host1x_job_add_gather() argument
112 gather->words = words; in host1x_job_add_gather()
382 u32 words; member
428 if (fw->words == 0) in check_mask()
436 fw->words--; in check_mask()
453 if (fw->words == 0) in check_incr()
461 fw->words--; in check_incr()
475 if (fw->words == 0) in check_nonincr()
482 fw->words--; in check_nonincr()
497 fw->words = g->words; in validate()
501 while (fw->words && !err) { in validate()
508 fw->words--; in validate()
580 size += g->words * sizeof(u32); in copy_gathers()
611 g->words * sizeof(u32)); in copy_gathers()
622 offset += g->words * sizeof(u32); in copy_gathers()