Lines Matching refs:words
114 unsigned int words, unsigned int offset) in host1x_job_add_gather() argument
118 gather->words = words; in host1x_job_add_gather()
348 u32 words; member
394 if (fw->words == 0) in check_mask()
402 fw->words--; in check_mask()
419 if (fw->words == 0) in check_incr()
427 fw->words--; in check_incr()
441 if (fw->words == 0) in check_nonincr()
448 fw->words--; in check_nonincr()
463 fw->words = g->words; in validate()
467 while (fw->words && !err) { in validate()
474 fw->words--; in validate()
546 size += g->words * sizeof(u32); in copy_gathers()
577 g->words * sizeof(u32)); in copy_gathers()
588 offset += g->words * sizeof(u32); in copy_gathers()