Searched refs:host1x_ch_writel (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | cdma_hw.c | 55 host1x_ch_writel(ch, HOST1X_CHANNEL_DMACTRL_DMASTOP, in cdma_start() 65 host1x_ch_writel(ch, 0, HOST1X_CHANNEL_DMAPUT_HI); in cdma_start() 73 host1x_ch_writel(ch, HOST1X_CHANNEL_DMACTRL_DMASTOP | in cdma_start() 79 host1x_ch_writel(ch, 0, HOST1X_CHANNEL_DMACTRL); in cdma_start() 100 host1x_ch_writel(ch, HOST1X_CHANNEL_DMACTRL_DMASTOP, in cdma_timeout_restart() 117 host1x_ch_writel(ch, getptr, HOST1X_CHANNEL_DMAPUT); in cdma_timeout_restart() 118 host1x_ch_writel(ch, HOST1X_CHANNEL_DMACTRL_DMASTOP | in cdma_timeout_restart() 130 host1x_ch_writel(ch, HOST1X_CHANNEL_DMACTRL_DMASTOP, in cdma_timeout_restart() 135 host1x_ch_writel(ch, 0, HOST1X_CHANNEL_DMACTRL); in cdma_timeout_restart() 148 host1x_ch_writel(ch, cdma->push_buffer.pos, in cdma_flush() [all …]
|
A D | channel_hw.c | 187 host1x_ch_writel(channel, stream_id, HOST1X_CHANNEL_SMMU_STREAMID); in host1x_channel_set_streamid() 206 host1x_ch_writel(ch, in host1x_enable_gather_filter()
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | dev.h | 173 void host1x_ch_writel(struct host1x_channel *ch, u32 r, u32 v);
|
A D | dev.c | 73 void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r) in host1x_ch_writel() function
|
Completed in 7 milliseconds