Searched refs:PCI_INT_MSK (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/cx25821/ |
D | cx25821-video-upstream.c | 258 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()
|
D | cx25821-video.c | 89 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()
|
D | cx25821-audio-upstream.c | 598 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << sram_ch->irq_bit)); in cx25821_start_audio_dma_upstream()
|
D | cx25821-alsa.c | 274 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()
|
D | cx25821-reg.h | 66 #define PCI_INT_MSK 0x040010 /* PCI interrupt mask */ macro
|
D | cx25821-core.c | 371 cx_write(PCI_INT_MSK, 0x2001FFFF); in cx25821_registers_init() 768 cx_write(PCI_INT_MSK, 0); in cx25821_shutdown()
|
/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 201 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()
|
D | cx23885-reg.h | 226 #define PCI_INT_MSK 0x00040010 macro
|
D | cx23885-core.c | 318 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()
|