Searched refs:dma_ctl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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
|