Searched refs:host1x_sync_readl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/host1x/hw/ |
D | debug_hw_1x01.c | 29 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()
|
D | syncpt_hw.c | 46 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()
|
D | intr_hw.c | 40 reg = host1x_sync_readl(host, in syncpt_thresh_isr()
|
D | cdma_hw.c | 176 u32 cmdproc_stop = host1x_sync_readl(host, HOST1X_SYNC_CMDPROC_STOP); in cdma_hw_cmdproc_stop()
|
/Linux-v6.1/drivers/gpu/host1x/ |
D | dev.h | 173 u32 host1x_sync_readl(struct host1x *host1x, u32 r);
|
D | dev.c | 66 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl() function
|