Searched refs:PCI_INT_MSK (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 85 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << channel->i)); in cx25821_start_video_dma() 675 cx_clear(PCI_INT_MSK, 1); in cx25821_video_unregister() 784 cx_set(PCI_INT_MSK, 0xff); in cx25821_video_register()
|
D | cx25821-alsa.c | 270 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in _cx25821_start_audio_dma() 293 cx_clear(PCI_INT_MSK, PCI_MSK_AUD_INT); in _cx25821_stop_audio_dma()
|
D | cx25821-reg.h | 62 #define PCI_INT_MSK 0x040010 /* PCI interrupt mask */ macro
|
D | cx25821-core.c | 367 cx_write(PCI_INT_MSK, 0x2001FFFF); in cx25821_registers_init() 764 cx_write(PCI_INT_MSK, 0); in cx25821_shutdown()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 197 cx_set(PCI_INT_MSK, chip->dev->pci_irqmask | PCI_MSK_AUD_INT); in cx23885_start_audio_dma() 221 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 | 320 cx_set(PCI_INT_MSK, mask); in cx23885_irq_add_enable() 333 cx_set(PCI_INT_MSK, v); in cx23885_irq_enable() 348 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_disable() 364 cx_clear(PCI_INT_MSK, mask); in cx23885_irq_remove() 375 v = cx_read(PCI_INT_MSK); in cx23885_irq_get_mask()
|