Searched refs:PCI_INT_MSK (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 72 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << channel->i)); in cx25821_start_video_dma() 659 cx_clear(PCI_INT_MSK, 1); in cx25821_video_unregister() 768 cx_set(PCI_INT_MSK, 0xff); in cx25821_video_register()
|
D | cx25821-alsa.c | 261 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in _cx25821_start_audio_dma() 284 cx_clear(PCI_INT_MSK, PCI_MSK_AUD_INT); in _cx25821_stop_audio_dma()
|
D | cx25821-reg.h | 52 #define PCI_INT_MSK 0x040010 /* PCI interrupt mask */ macro
|
D | cx25821-core.c | 350 cx_write(PCI_INT_MSK, 0x2001FFFF); in cx25821_registers_init() 747 cx_write(PCI_INT_MSK, 0); in cx25821_shutdown()
|
/linux-6.12.1/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 189 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in cx23885_start_audio_dma() 213 cx_clear(PCI_INT_MSK, PCI_MSK_AUD_INT); in cx23885_stop_audio_dma()
|
D | cx23885-reg.h | 216 #define PCI_INT_MSK 0x00040010 macro
|
D | cx23885-core.c | 323 cx_set(PCI_INT_MSK, mask); in cx23885_irq_add_enable() 336 cx_set(PCI_INT_MSK, v); in cx23885_irq_enable() 351 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_disable() 367 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_remove() 378 v = cx_read(PCI_INT_MSK); in cx23885_irq_get_mask()
|