Home
last modified time | relevance | path

Searched refs:FLD_VID_RISC_EN (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/media/video/cx25821/
Dcx25821-video-upstream-ch2.c217 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN)); in cx25821_stop_upstream_video_ch2()
691 cx_set(sram_ch->dma_ctl, tmp | FLD_VID_RISC_EN); in cx25821_start_video_dma_upstream_ch2()
Dcx25821-video-upstream.c264 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN)); in cx25821_stop_upstream_video_ch1()
740 cx_set(sram_ch->dma_ctl, tmp | FLD_VID_RISC_EN); in cx25821_start_video_dma_upstream()
Dcx25821-reg.h1175 #define FLD_VID_RISC_EN 0x00000010 macro