Home
last modified time | relevance | path

Searched refs:host1x_syncpt_load (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c168 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load() function
231 *value = host1x_syncpt_load(sp); in host1x_syncpt_wait()
279 *value = host1x_syncpt_load(sp); in host1x_syncpt_wait()
514 return host1x_syncpt_load(sp); in host1x_syncpt_read()
Dsyncpt.h104 u32 host1x_syncpt_load(struct host1x_syncpt *sp);
Dintr.c211 host1x_syncpt_load(host->syncpt + id)); in syncpt_thresh_work()
268 host1x_syncpt_load(host->syncpt + id)); in host1x_intr_put_ref()
Ddebug.c83 u32 min = host1x_syncpt_load(m->syncpt + i); in show_syncpts()
Dcdma.c328 syncpt_val = host1x_syncpt_load(cdma->timeout.syncpt); in host1x_cdma_update_sync_queue()
/Linux-v4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c50 host1x_syncpt_load(cdma->timeout.syncpt); in cdma_timeout_cpu_incr()
277 syncpt_val = host1x_syncpt_load(cdma->timeout.syncpt); in cdma_timeout_handler()