Lines Matching refs:words
88 unsigned int words, unsigned int offset) in host1x_job_add_gather() argument
92 gather->words = words; in host1x_job_add_gather()
263 u32 words; member
309 if (fw->words == 0) in check_mask()
317 fw->words--; in check_mask()
334 if (fw->words == 0) in check_incr()
342 fw->words--; in check_incr()
356 if (fw->words == 0) in check_nonincr()
363 fw->words--; in check_nonincr()
378 fw->words = g->words; in validate()
382 while (fw->words && !err) { in validate()
389 fw->words--; in validate()
455 size += g->words * sizeof(u32); in copy_gathers()
482 g->words * sizeof(u32)); in copy_gathers()
493 offset += g->words * sizeof(u32); in copy_gathers()