Searched refs:int_msk (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx25821/ |
H A D | cx25821-video-upstream.c | 261 tmp = cx_read(sram_ch->int_msk); cx25821_stop_upstream_video() 262 cx_write(sram_ch->int_msk, tmp & ~_intr_msk); cx25821_stop_upstream_video() 425 int_msk_tmp = cx_read(channel->int_msk); cx25821_video_upstream_irq() 426 cx_write(channel->int_msk, int_msk_tmp & ~_intr_msk); cx25821_video_upstream_irq() 488 int_msk_tmp = cx_read(channel->int_msk); cx25821_video_upstream_irq() 489 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); cx25821_video_upstream_irq() 580 tmp = cx_read(sram_ch->int_msk); cx25821_start_video_dma_upstream() 581 cx_write(sram_ch->int_msk, tmp |= _intr_msk); cx25821_start_video_dma_upstream()
|
H A D | cx25821-audio-upstream.c | 228 cx_write(sram_ch->int_msk, 0); cx25821_stop_upstream_audio() 435 cx_write(channel->int_msk, 0); cx25821_audio_upstream_irq() 506 int_msk_tmp = cx_read(channel->int_msk); cx25821_audio_upstream_irq() 507 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk); cx25821_audio_upstream_irq() 599 tmp = cx_read(sram_ch->int_msk); cx25821_start_audio_dma_upstream() 600 cx_write(sram_ch->int_msk, tmp |= _intr_msk); cx25821_start_audio_dma_upstream()
|
H A D | cx25821-core.c | 57 .int_msk = VID_A_INT_MSK, 79 .int_msk = VID_B_INT_MSK, 101 .int_msk = VID_C_INT_MSK, 123 .int_msk = VID_D_INT_MSK, 145 .int_msk = VID_E_INT_MSK, 167 .int_msk = VID_F_INT_MSK, 189 .int_msk = VID_G_INT_MSK, 211 .int_msk = VID_H_INT_MSK, 246 .int_msk = VID_I_INT_MSK, 272 .int_msk = VID_J_INT_MSK, 298 .int_msk = AUD_B_INT_MSK, 752 cx_write(dev->channels[i].sram_channels->int_msk, 0); cx25821_shutdown() 758 cx_write(dev->channels[i].sram_channels->int_msk, 0); cx25821_shutdown()
|
H A D | cx25821-video.c | 90 cx_set(channel->int_msk, 0x11); cx25821_start_video_dma() 108 mask = cx_read(channel->int_msk); cx25821_video_irq()
|
H A D | cx25821.h | 345 u32 int_msk; member in struct:sram_channel
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | fotg210-udc.c | 872 u32 int_msk = ioread32(fotg210->reg + FOTG210_DMIGR); fotg210_irq() local 874 int_grp &= ~int_msk; fotg210_irq()
|
Completed in 123 milliseconds