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