Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x01.c29 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); in host1x_debug_show_channel_cdma()
30 cbstat = host1x_sync_readl(host, HOST1X_SYNC_CBSTAT(ch->id)); in host1x_debug_show_channel_cdma()
51 host1x_sync_readl(host, HOST1X_SYNC_SYNCPT_BASE(base)); in host1x_debug_show_channel_cdma()
92 val = host1x_sync_readl(host, HOST1X_SYNC_CFPEEK_PTRS); in host1x_debug_show_channel_fifo()
96 val = host1x_sync_readl(host, HOST1X_SYNC_CF_SETUP(ch->id)); in host1x_debug_show_channel_fifo()
106 val = host1x_sync_readl(host, HOST1X_SYNC_CFPEEK_READ); in host1x_debug_show_channel_fifo()
138 host1x_sync_readl(host, HOST1X_SYNC_MLOCK_OWNER(i)); in host1x_debug_show_mlocks()
H A Dsyncpt_hw.c46 host1x_sync_readl(host, HOST1X_SYNC_SYNCPT_BASE(sp->id)); in syncpt_read_wait_base()
61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
H A Dintr_hw.c23 reg = host1x_sync_readl(host, in syncpt_thresh_isr()
H A Dcdma_hw.c176 u32 cmdproc_stop = host1x_sync_readl(host, HOST1X_SYNC_CMDPROC_STOP); in cdma_hw_cmdproc_stop()
/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h172 u32 host1x_sync_readl(struct host1x *host1x, u32 r);
H A Ddev.c67 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl() function