• Home
  • Raw
  • Download

Lines Matching refs:cx_write

49 		cx_write(ch->ptr1_reg, 0);  in cx25821_sram_channel_setup_upstream()
50 cx_write(ch->ptr2_reg, 0); in cx25821_sram_channel_setup_upstream()
51 cx_write(ch->cnt2_reg, 0); in cx25821_sram_channel_setup_upstream()
52 cx_write(ch->cnt1_reg, 0); in cx25821_sram_channel_setup_upstream()
67 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream()
68 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup_upstream()
69 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup_upstream()
70 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup_upstream()
74 cx_write(ch->cmds_start + 0, risc); in cx25821_sram_channel_setup_upstream()
76 cx_write(ch->cmds_start + 4, 0); in cx25821_sram_channel_setup_upstream()
77 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup_upstream()
78 cx_write(ch->cmds_start + 12, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
79 cx_write(ch->cmds_start + 16, ch->ctrl_start); in cx25821_sram_channel_setup_upstream()
81 cx_write(ch->cmds_start + 20, VID_IQ_SIZE_DW); in cx25821_sram_channel_setup_upstream()
84 cx_write(ch->cmds_start + i, 0); in cx25821_sram_channel_setup_upstream()
87 cx_write(ch->ptr1_reg, ch->fifo_start); in cx25821_sram_channel_setup_upstream()
88 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup_upstream()
89 cx_write(ch->cnt2_reg, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
90 cx_write(ch->cnt1_reg, (bpl >> 3) - 1); in cx25821_sram_channel_setup_upstream()
262 cx_write(sram_ch->int_msk, tmp & ~_intr_msk); 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()
280 cx_write(VID_CH_MODE_SEL, tmp & 0xFFFFFE00); in cx25821_stop_upstream_video()
426 cx_write(channel->int_msk, int_msk_tmp & ~_intr_msk); in cx25821_video_upstream_irq()
427 cx_write(channel->int_stat, _intr_msk); in cx25821_video_upstream_irq()
489 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); in cx25821_video_upstream_irq()
531 cx_write(ch->vid_fmt_ctl, value); in cx25821_set_pixelengine()
535 cx_write(ch->vid_active_ctl1, width); in cx25821_set_pixelengine()
546 cx_write(ch->vid_active_ctl2, value); in cx25821_set_pixelengine()
548 cx_write(ch->vid_cdt_size, VID_CDT_SIZE >> 3); in cx25821_set_pixelengine()
563 cx_write(VID_CH_MODE_SEL, tmp | 0x1B0001FF); in cx25821_start_video_dma_upstream()
568 cx_write(sram_ch->cmds_start + 0, out->_dma_phys_addr); in cx25821_start_video_dma_upstream()
570 cx_write(sram_ch->cmds_start + 4, 0); in cx25821_start_video_dma_upstream()
573 cx_write(sram_ch->gpcnt_ctl, 3); in cx25821_start_video_dma_upstream()
576 cx_write(sram_ch->int_stat, _intr_msk); in cx25821_start_video_dma_upstream()
581 cx_write(sram_ch->int_msk, tmp |= _intr_msk); in cx25821_start_video_dma_upstream()
629 cx_write(VID_CH_MODE_SEL, tmp | 0x1B0001FF); in cx25821_vidupstream_init()