Searched refs:dma_ctl (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/media/video/cx25821/ |
D | cx25821-core.c | 67 .dma_ctl = VID_DST_A_DMA_CTL, 89 .dma_ctl = VID_DST_B_DMA_CTL, 111 .dma_ctl = VID_DST_C_DMA_CTL, 133 .dma_ctl = VID_DST_D_DMA_CTL, 155 .dma_ctl = VID_DST_E_DMA_CTL, 177 .dma_ctl = VID_DST_F_DMA_CTL, 199 .dma_ctl = VID_DST_G_DMA_CTL, 221 .dma_ctl = VID_DST_H_DMA_CTL, 256 .dma_ctl = VID_SRC_I_DMA_CTL, 282 .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() 625 tmp = cx_read(sram_ch->dma_ctl); in cx25821_wait_fifo_enable() 685 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_audio_dma_upstream() 686 cx_set(sram_ch->dma_ctl, tmp | sram_ch->fld_aud_risc_en); in cx25821_start_audio_dma_upstream()
|
D | cx25821-video-upstream-ch2.c | 117 *(rp++) = sram_ch->dma_ctl; in cx25821_risc_field_upstream_ch2() 216 tmp = cx_read(sram_ch->dma_ctl); in cx25821_stop_upstream_video_ch2() 217 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN)); in cx25821_stop_upstream_video_ch2() 690 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_video_dma_upstream_ch2() 691 cx_set(sram_ch->dma_ctl, tmp | FLD_VID_RISC_EN); in cx25821_start_video_dma_upstream_ch2()
|
D | cx25821-video-upstream.c | 167 *(rp++) = sram_ch->dma_ctl; in cx25821_risc_field_upstream() 263 tmp = cx_read(sram_ch->dma_ctl); in cx25821_stop_upstream_video_ch1() 264 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN)); in cx25821_stop_upstream_video_ch1() 739 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_video_dma_upstream() 740 cx_set(sram_ch->dma_ctl, tmp | FLD_VID_RISC_EN); in cx25821_start_video_dma_upstream()
|
D | cx25821-video.c | 304 cx_write(channel->dma_ctl, 0x11); /* FIFO and RISC enable */ in cx25821_start_video_dma() 374 cx_clear(channel->dma_ctl, 0x11); in cx25821_vid_timeout() 407 cx_clear(channel->dma_ctl, 0x11); in cx25821_video_irq() 487 dev->channels[i].sram_channels->dma_ctl, 0x11, 0); in cx25821_video_register() 923 cx_write(channel0->dma_ctl, 0); /* FIFO and RISC disable */ in video_release() 1067 tmp = cx_read(sram_ch->dma_ctl); in vidioc_log_status()
|
D | cx25821.h | 489 u32 dma_ctl; member
|