Searched refs:MO_PCI_INTMSK (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 70 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_VIDINT); in cx8800_start_vbi_dma() 94 cx_clear(MO_PCI_INTMSK, PCI_INT_VIDINT); in cx8800_stop_vbi_dma()
|
D | cx88-mpeg.c | 170 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_TSINT); in cx8802_start_dma() 190 cx_clear(MO_PCI_INTMSK, PCI_INT_TSINT); in cx8802_stop_dma() 376 cx_write(MO_PCI_INTMSK, 0); in cx8802_irq() 418 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8802_init_common()
|
D | cx88-alsa.c | 145 cx_set(MO_PCI_INTMSK, chip->core->pci_irqmask | PCI_INT_AUDINT); in _cx88_start_audio_dma() 173 cx_clear(MO_PCI_INTMSK, PCI_INT_AUDINT); in _cx88_stop_audio_dma() 266 cx_clear(MO_PCI_INTMSK, PCI_INT_AUDINT); in cx8801_irq()
|
D | cx88-video.c | 366 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_VIDINT); in start_video_dma() 399 cx_clear(MO_PCI_INTMSK, PCI_INT_VIDINT); in stop_video_dma() 1123 cx_write(MO_PCI_INTMSK, 0); in cx8800_irq() 1314 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8800_initdev() 1594 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8800_resume()
|
D | cx88-reg.h | 68 #define MO_PCI_INTMSK 0x200040 // PCI interrupt mask macro
|
D | cx88-core.c | 548 cx_write(MO_PCI_INTMSK, 0x0); in cx88_shutdown()
|