Lines Matching refs:words
101 u32 words, u32 offset) in host1x_job_add_gather() argument
105 cur_gather->words = words; in host1x_job_add_gather()
291 u32 words; member
321 if (fw->words == 0) in check_mask()
329 fw->words--; in check_mask()
346 if (fw->words == 0) in check_incr()
354 fw->words--; in check_incr()
368 if (fw->words == 0) in check_nonincr()
375 fw->words--; in check_nonincr()
392 fw->words = g->words; in validate()
396 while (fw->words && !err) { in validate()
403 fw->words--; in validate()
467 size += g->words * sizeof(u32); in copy_gathers()
487 g->words * sizeof(u32)); in copy_gathers()
498 offset += g->words * sizeof(u32); in copy_gathers()