Searched refs:sram_ch (Results 1 – 3 of 3) sorted by relevance
109 const struct sram_channel *sram_ch = in cx25821_risc_field_upstream_audio() local125 *(rp++) = sram_ch->dma_ctl; in cx25821_risc_field_upstream_audio()126 *(rp++) = sram_ch->fld_aud_fifo_en; in cx25821_risc_field_upstream_audio()218 const struct sram_channel *sram_ch = in cx25821_stop_upstream_audio() local228 cx_write(sram_ch->int_msk, 0); in cx25821_stop_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()233 tmp & ~(sram_ch->fld_aud_fifo_en | sram_ch->fld_aud_risc_en)); in cx25821_stop_upstream_audio()260 const struct sram_channel *sram_ch) in cx25821_get_audio_data() argument322 const struct sram_channel *sram_ch) in cx25821_openfile_audio() argument[all …]
135 const struct sram_channel *sram_ch = chan->sram_channels; in cx25821_risc_field_upstream() local163 *(rp++) = cpu_to_le32(sram_ch->dma_ctl); in cx25821_risc_field_upstream()249 const struct sram_channel *sram_ch = chan->sram_channels; in cx25821_stop_upstream_video() local258 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) & ~(1 << sram_ch->irq_bit)); in cx25821_stop_upstream_video()261 tmp = cx_read(sram_ch->int_msk); in cx25821_stop_upstream_video()262 cx_write(sram_ch->int_msk, tmp & ~_intr_msk); in cx25821_stop_upstream_video()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()347 const struct sram_channel *sram_ch, in cx25821_upstream_buffer_prepare() argument500 const struct sram_channel *sram_ch; in cx25821_upstream_irq() local[all …]
431 const struct sram_channel *sram_ch = chan->sram_channels; in vidioc_log_status() local434 tmp = cx_read(sram_ch->dma_ctl); in vidioc_log_status()