Lines Matching refs:words
99 unsigned int words, unsigned int offset) in host1x_job_add_gather() argument
103 gather->words = words; in host1x_job_add_gather()
274 u32 words; member
320 if (fw->words == 0) in check_mask()
328 fw->words--; in check_mask()
345 if (fw->words == 0) in check_incr()
353 fw->words--; in check_incr()
367 if (fw->words == 0) in check_nonincr()
374 fw->words--; in check_nonincr()
389 fw->words = g->words; in validate()
393 while (fw->words && !err) { in validate()
400 fw->words--; in validate()
466 size += g->words * sizeof(u32); in copy_gathers()
493 g->words * sizeof(u32)); in copy_gathers()
504 offset += g->words * sizeof(u32); in copy_gathers()