Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dintr_hw.c36 host1x_sync_writel(host, BIT_MASK(id), in host1x_intr_syncpt_handle()
38 host1x_sync_writel(host, BIT_MASK(id), in host1x_intr_syncpt_handle()
68 host1x_sync_writel(host, 0xffffffffu, in _host1x_intr_disable_all_syncpt_intrs()
70 host1x_sync_writel(host, 0xffffffffu, in _host1x_intr_disable_all_syncpt_intrs()
94 host1x_sync_writel(host, 0, HOST1X_SYNC_IP_BUSY_TIMEOUT); in _host1x_intr_init_host_sync()
100 host1x_sync_writel(host, 0xff, HOST1X_SYNC_CTXSW_TIMEOUT_CFG); in _host1x_intr_init_host_sync()
103 host1x_sync_writel(host, cpm, HOST1X_SYNC_USEC_CLK); in _host1x_intr_init_host_sync()
111 host1x_sync_writel(host, thresh, HOST1X_SYNC_SYNCPT_INT_THRESH(id)); in _host1x_intr_set_syncpt_threshold()
116 host1x_sync_writel(host, BIT_MASK(id), in _host1x_intr_enable_syncpt_intr()
122 host1x_sync_writel(host, BIT_MASK(id), in _host1x_intr_disable_syncpt_intr()
[all …]
Dsyncpt_hw.c31 host1x_sync_writel(host, min, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_restore()
40 host1x_sync_writel(host, sp->base_val, in syncpt_restore_wait_base()
88 host1x_sync_writel(host, BIT_MASK(sp->id), in syncpt_cpu_incr()
Dcdma_hw.c193 host1x_sync_writel(host, cmdproc_stop, HOST1X_SYNC_CMDPROC_STOP); in cdma_freeze()
203 host1x_sync_writel(host, BIT(ch->id), HOST1X_SYNC_CH_TEARDOWN); in cdma_freeze()
221 host1x_sync_writel(host1x, cmdproc_stop, HOST1X_SYNC_CMDPROC_STOP); in cdma_resume()
261 host1x_sync_writel(host1x, cmdproc_stop, HOST1X_SYNC_CMDPROC_STOP); in cdma_timeout_handler()
274 host1x_sync_writel(host1x, cmdproc_stop, in cdma_timeout_handler()
Ddebug_hw.c248 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
249 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
262 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
263 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
288 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
/drivers/gpu/host1x/
Ddev.c39 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() function
Ddev.h136 void host1x_sync_writel(struct host1x *host1x, u32 r, u32 v);