Searched refs:dma_ctl (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 46 .dma_ctl = VID_DST_A_DMA_CTL, 68 .dma_ctl = VID_DST_B_DMA_CTL, 90 .dma_ctl = VID_DST_C_DMA_CTL, 112 .dma_ctl = VID_DST_D_DMA_CTL, 134 .dma_ctl = VID_DST_E_DMA_CTL, 156 .dma_ctl = VID_DST_F_DMA_CTL, 178 .dma_ctl = VID_DST_G_DMA_CTL, 200 .dma_ctl = VID_DST_H_DMA_CTL, 235 .dma_ctl = VID_SRC_I_DMA_CTL, 261 .dma_ctl = VID_SRC_J_DMA_CTL, [all …]
|
D | cx25821-video.c | 76 cx_write(channel->dma_ctl, 0x11); /* FIFO and RISC enable */ in cx25821_start_video_dma() 101 cx_clear(channel->dma_ctl, 0x11); in cx25821_video_irq() 281 cx_write(chan->sram_channels->dma_ctl, 0); /* FIFO and RISC disable */ in cx25821_stop_streaming() 414 tmp = cx_read(sram_ch->dma_ctl); in vidioc_log_status()
|
D | cx25821.h | 328 u32 dma_ctl; member
|
/linux-6.12.1/drivers/spi/ |
D | spi-tegra210-quad.c | 1061 u32 cmd1 = 0, dma_ctl = 0; in tegra_qspi_combined_seq_xfer() local 1143 dma_ctl = tegra_qspi_readl in tegra_qspi_combined_seq_xfer() 1146 dma_ctl &= ~QSPI_DMA_EN; in tegra_qspi_combined_seq_xfer() 1147 tegra_qspi_writel(tqspi, dma_ctl, in tegra_qspi_combined_seq_xfer()
|