Home
last modified time | relevance | path

Searched refs:MO_PCI_INTMSK (Results 1 – 6 of 6) sorted by relevance

/drivers/media/pci/cx88/
Dcx88-vbi.c65 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_VIDINT); in cx8800_start_vbi_dma()
89 cx_clear(MO_PCI_INTMSK, PCI_INT_VIDINT); in cx8800_stop_vbi_dma()
Dcx88-mpeg.c180 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_TSINT); in cx8802_start_dma()
198 cx_clear(MO_PCI_INTMSK, PCI_INT_TSINT); in cx8802_stop_dma()
380 cx_write(MO_PCI_INTMSK,0); in cx8802_irq()
423 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8802_init_common()
Dcx88-alsa.c169 cx_set(MO_PCI_INTMSK, chip->core->pci_irqmask | PCI_INT_AUDINT); in _cx88_start_audio_dma()
193 cx_clear(MO_PCI_INTMSK, PCI_INT_AUDINT); in _cx88_stop_audio_dma()
287 cx_clear(MO_PCI_INTMSK, PCI_INT_AUDINT); in cx8801_irq()
Dcx88-video.c376 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_VIDINT); in start_video_dma()
409 cx_clear(MO_PCI_INTMSK, PCI_INT_VIDINT); in stop_video_dma()
1146 cx_write(MO_PCI_INTMSK,0); in cx8800_irq()
1346 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8800_initdev()
1635 cx_set(MO_PCI_INTMSK, core->pci_irqmask); in cx8800_resume()
Dcx88-reg.h79 #define MO_PCI_INTMSK 0x200040 // PCI interrupt mask macro
Dcx88-core.c541 cx_write(MO_PCI_INTMSK, 0x0); in cx88_shutdown()