Home
last modified time | relevance | path

Searched refs:host1x_sync_writel (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dintr_hw.c26 host1x_sync_writel(host, reg, in syncpt_thresh_isr()
28 host1x_sync_writel(host, reg, in syncpt_thresh_isr()
43 host1x_sync_writel(host, 0xffffffffu, in host1x_intr_disable_all_syncpt_intrs()
45 host1x_sync_writel(host, 0xffffffffu, in host1x_intr_disable_all_syncpt_intrs()
54 host1x_sync_writel(host, 0, HOST1X_SYNC_IP_BUSY_TIMEOUT); in intr_hw_init()
60 host1x_sync_writel(host, 0xff, HOST1X_SYNC_CTXSW_TIMEOUT_CFG); in intr_hw_init()
63 host1x_sync_writel(host, cpm, HOST1X_SYNC_USEC_CLK); in intr_hw_init()
74 host1x_sync_writel(host, 0, HOST1X_SYNC_SYNCPT_INTR_DEST(id)); in intr_hw_init()
100 host1x_sync_writel(host, thresh, HOST1X_SYNC_SYNCPT_INT_THRESH(id)); in host1x_intr_set_syncpt_threshold()
106 host1x_sync_writel(hos in host1x_intr_enable_syncpt_intr()
[all...]
H A Dsyncpt_hw.c21 host1x_sync_writel(host, min, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_restore()
32 host1x_sync_writel(host, sp->base_val, in syncpt_restore_wait_base()
85 host1x_sync_writel(host, BIT(sp->id % 32), in syncpt_cpu_incr()
109 host1x_sync_writel(host, in syncpt_assign_to_channel()
H A Ddebug_hw_1x01.c87 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
88 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
101 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
102 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
127 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
H A Dcdma_hw.c181 host1x_sync_writel(host, cmdproc_stop, HOST1X_SYNC_CMDPROC_STOP); in cdma_hw_cmdproc_stop()
190 host1x_sync_writel(host, BIT(ch->id), HOST1X_SYNC_CH_TEARDOWN); in cdma_hw_teardown()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H A Dintr_hw.c25 host1x_sync_writel(host, BIT(id % 32), in host1x_intr_syncpt_handle()
27 host1x_sync_writel(host, BIT(id % 32), in host1x_intr_syncpt_handle()
57 host1x_sync_writel(host, 0xffffffffu, in _host1x_intr_disable_all_syncpt_intrs()
59 host1x_sync_writel(host, 0xffffffffu, in _host1x_intr_disable_all_syncpt_intrs()
68 host1x_sync_writel(host, 0, HOST1X_SYNC_IP_BUSY_TIMEOUT); in intr_hw_init()
74 host1x_sync_writel(host, 0xff, HOST1X_SYNC_CTXSW_TIMEOUT_CFG); in intr_hw_init()
77 host1x_sync_writel(host, cpm, HOST1X_SYNC_USEC_CLK); in intr_hw_init()
110 host1x_sync_writel(host, thresh, HOST1X_SYNC_SYNCPT_INT_THRESH(id)); in _host1x_intr_set_syncpt_threshold()
116 host1x_sync_writel(host, BIT(id % 32), in _host1x_intr_enable_syncpt_intr()
123 host1x_sync_writel(hos in _host1x_intr_disable_syncpt_intr()
[all...]
H A Dsyncpt_hw.c21 host1x_sync_writel(host, min, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_restore()
32 host1x_sync_writel(host, sp->base_val, in syncpt_restore_wait_base()
85 host1x_sync_writel(host, BIT(sp->id % 32), in syncpt_cpu_incr()
109 host1x_sync_writel(host, in syncpt_assign_to_channel()
H A Ddebug_hw_1x01.c83 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
84 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
97 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
98 host1x_sync_writel(host, HOST1X_SYNC_CFPEEK_CTRL_ENA_F(1) | in host1x_debug_show_channel_fifo()
123 host1x_sync_writel(host, 0x0, HOST1X_SYNC_CFPEEK_CTRL); in host1x_debug_show_channel_fifo()
H A Dcdma_hw.c181 host1x_sync_writel(host, cmdproc_stop, HOST1X_SYNC_CMDPROC_STOP); in cdma_hw_cmdproc_stop()
190 host1x_sync_writel(host, BIT(ch->id), HOST1X_SYNC_CH_TEARDOWN); in cdma_hw_teardown()
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Ddev.h150 void host1x_sync_writel(struct host1x *host1x, u32 r, u32 v);
H A Ddev.c48 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() function
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Ddev.h171 void host1x_sync_writel(struct host1x *host1x, u32 r, u32 v);
H A Ddev.c60 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() function

Completed in 6 milliseconds