Home
last modified time | relevance | path

Searched refs:PCI_INT_MSK (Results 1 – 9 of 9) sorted by relevance

/drivers/media/pci/cx25821/
Dcx25821-video-upstream.c258 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) & ~(1 << sram_ch->irq_bit)); in cx25821_stop_upstream_video()
579 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << sram_ch->irq_bit)); in cx25821_start_video_dma_upstream()
Dcx25821-video.c89 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << channel->i)); in cx25821_start_video_dma()
681 cx_clear(PCI_INT_MSK, 1); in cx25821_video_unregister()
789 cx_set(PCI_INT_MSK, 0xff); in cx25821_video_register()
Dcx25821-audio-upstream.c598 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << sram_ch->irq_bit)); in cx25821_start_audio_dma_upstream()
Dcx25821-alsa.c274 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in _cx25821_start_audio_dma()
297 cx_clear(PCI_INT_MSK, PCI_MSK_AUD_INT); in _cx25821_stop_audio_dma()
Dcx25821-reg.h66 #define PCI_INT_MSK 0x040010 /* PCI interrupt mask */ macro
Dcx25821-core.c371 cx_write(PCI_INT_MSK, 0x2001FFFF); in cx25821_registers_init()
768 cx_write(PCI_INT_MSK, 0); in cx25821_shutdown()
/drivers/media/pci/cx23885/
Dcx23885-alsa.c201 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in cx23885_start_audio_dma()
225 cx_clear(PCI_INT_MSK, PCI_MSK_AUD_INT); in cx23885_stop_audio_dma()
Dcx23885-reg.h226 #define PCI_INT_MSK 0x00040010 macro
Dcx23885-core.c318 cx_set(PCI_INT_MSK, mask); in cx23885_irq_add_enable()
331 cx_set(PCI_INT_MSK, v); in cx23885_irq_enable()
346 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_disable()
362 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_remove()
373 v = cx_read(PCI_INT_MSK); in cx23885_irq_get_mask()