Lines Matching refs:cx_read
258 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()
265 tmp = cx_read(sram_ch->dma_ctl); in cx25821_stop_upstream_video()
279 tmp = cx_read(VID_CH_MODE_SEL); in cx25821_stop_upstream_video()
421 u32 prog_cnt = cx_read(channel->gpcnt); in cx25821_video_upstream_irq()
425 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq()
488 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq()
507 vid_status = cx_read(sram_ch->int_stat); in cx25821_upstream_irq()
562 tmp = cx_read(VID_CH_MODE_SEL); in cx25821_start_video_dma_upstream()
579 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << sram_ch->irq_bit)); in cx25821_start_video_dma_upstream()
580 tmp = cx_read(sram_ch->int_msk); in cx25821_start_video_dma_upstream()
592 tmp = cx_read(sram_ch->dma_ctl); in cx25821_start_video_dma_upstream()
628 tmp = cx_read(VID_CH_MODE_SEL); in cx25821_vidupstream_init()