Lines Matching refs:cdma
21 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo,
24 struct device *dev = cdma_to_channel(cdma)->dev;
52 struct host1x_cdma *cdma = &job->channel->cdma;
66 trace_write_gather(cdma, g->bo, g->offset, g->words);
73 host1x_cdma_push_wide(cdma, op1, op2, op3, op4);
82 host1x_cdma_push(cdma, op1, op2);
97 host1x_cdma_push(&job->channel->cdma,
152 err = host1x_cdma_begin(&ch->cdma, job);
163 host1x_cdma_push(&ch->cdma,
182 host1x_cdma_push(&ch->cdma,
189 host1x_cdma_end(&ch->cdma, job);