Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/cx25821/
Dcx25821-video-upstream-ch2.c513 u32 int_msk_tmp; in cx25821_video_upstream_irq_ch2() local
529 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq_ch2()
530 cx_write(channel->int_msk, int_msk_tmp & ~_intr_msk); in cx25821_video_upstream_irq_ch2()
581 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq_ch2()
582 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); in cx25821_video_upstream_irq_ch2()
Dcx25821-video-upstream.c554 u32 int_msk_tmp; in cx25821_video_upstream_irq() local
568 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq()
569 cx_write(channel->int_msk, int_msk_tmp & ~_intr_msk); in cx25821_video_upstream_irq()
631 int_msk_tmp = cx_read(channel->int_msk); in cx25821_video_upstream_irq()
632 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); in cx25821_video_upstream_irq()
Dcx25821-audio-upstream.c497 u32 int_msk_tmp; in cx25821_audio_upstream_irq() local
579 int_msk_tmp = cx_read(channel->int_msk); in cx25821_audio_upstream_irq()
580 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); in cx25821_audio_upstream_irq()