Searched refs:dma_ctl (Results 1 – 5 of 5) sorted by relevance
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 60 .dma_ctl = VID_DST_A_DMA_CTL, 82 .dma_ctl = VID_DST_B_DMA_CTL, 104 .dma_ctl = VID_DST_C_DMA_CTL, 126 .dma_ctl = VID_DST_D_DMA_CTL, 148 .dma_ctl = VID_DST_E_DMA_CTL, 170 .dma_ctl = VID_DST_F_DMA_CTL, 192 .dma_ctl = VID_DST_G_DMA_CTL, 214 .dma_ctl = VID_DST_H_DMA_CTL, 249 .dma_ctl = VID_SRC_I_DMA_CTL, 275 .dma_ctl = VID_SRC_J_DMA_CTL, [all …]
|
D | cx25821-audio-upstream.c | 125 *(rp++) = sram_ch->dma_ctl; in cx25821_risc_field_upstream_audio() 231 tmp = cx_read(sram_ch->dma_ctl); in cx25821_stop_upstream_audio() 232 cx_write(sram_ch->dma_ctl, in cx25821_stop_upstream_audio() 551 tmp = cx_read(sram_ch->dma_ctl); in cx25821_wait_fifo_enable() 611 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_audio_dma_upstream() 612 cx_set(sram_ch->dma_ctl, tmp | sram_ch->fld_aud_risc_en); in cx25821_start_audio_dma_upstream()
|
D | cx25821-video-upstream.c | 163 *(rp++) = cpu_to_le32(sram_ch->dma_ctl); in cx25821_risc_field_upstream() 265 tmp = cx_read(sram_ch->dma_ctl); in cx25821_stop_upstream_video() 266 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN)); in cx25821_stop_upstream_video() 592 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_video_dma_upstream() 593 cx_set(sram_ch->dma_ctl, tmp | FLD_VID_RISC_EN); in cx25821_start_video_dma_upstream()
|
D | cx25821-video.c | 93 cx_write(channel->dma_ctl, 0x11); /* FIFO and RISC enable */ in cx25821_start_video_dma() 118 cx_clear(channel->dma_ctl, 0x11); in cx25821_video_irq() 300 cx_write(chan->sram_channels->dma_ctl, 0); /* FIFO and RISC disable */ in cx25821_stop_streaming() 434 tmp = cx_read(sram_ch->dma_ctl); in vidioc_log_status()
|
D | cx25821.h | 348 u32 dma_ctl; member
|