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.c70 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()
Dcx88-video.c366 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()
1111 (core->pci_irqmask | PCI_INT_VIDINT); in cx8800_irq()
1119 if (status & PCI_INT_VIDINT) in cx8800_irq()
Dcx88-reg.h578 #define PCI_INT_VIDINT (1 << 0) macro