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()
53 struct host1x_cdma *cdma = &job->channel->cdma; in submit_wait() local
68 host1x_cdma_push_wide(cdma, in submit_wait()
79 host1x_cdma_push_wide(&job->channel->cdma, in submit_wait()
85 host1x_cdma_push_wide(cdma, in submit_wait()
98 host1x_cdma_push(cdma, in submit_wait()
106 host1x_cdma_push(cdma, in submit_wait()
115 struct host1x_cdma *cdma = &job->channel->cdma; in submit_gathers() local
141 trace_write_gather(cdma, g->bo, g->offset, g->words); in submit_gathers()
148 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
157 host1x_cdma_push(cdma, op1, op2); in submit_gathers()
172 host1x_cdma_push(&job->channel->cdma, in synchronize_syncpt_base()
214 struct host1x_cdma *cdma = &job->channel->cdma; in channel_program_cdma() local
221 host1x_cdma_push_wide(cdma, in channel_program_cdma()
229 host1x_cdma_push(&job->channel->cdma, in channel_program_cdma()
241 host1x_cdma_push(&job->channel->cdma, in channel_program_cdma()
248 host1x_cdma_push(cdma, in channel_program_cdma()
256 host1x_cdma_push(cdma, in channel_program_cdma()
269 host1x_cdma_push(cdma, in channel_program_cdma()
284 host1x_cdma_update(&job->channel->cdma); in job_complete_callback()
313 err = host1x_cdma_begin(&ch->cdma, job); in channel_submit()
335 host1x_cdma_end(&ch->cdma, job); in channel_submit()
342 host1x_cdma_update(&ch->cdma); in channel_submit()