Home
last modified time | relevance | path

Searched refs:PCI_INT_VIDINT (Results 1 – 3 of 3) 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-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()
1132 (core->pci_irqmask | PCI_INT_VIDINT); in cx8800_irq()
1140 if (status & PCI_INT_VIDINT) in cx8800_irq()
Dcx88-reg.h587 #define PCI_INT_VIDINT (1 << 0) macro