Searched refs:PCI_INT_VIDINT (Results 1 – 3 of 3) sorted by relevance
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()
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()1110 (core->pci_irqmask | PCI_INT_VIDINT); in cx8800_irq()1118 if (status & PCI_INT_VIDINT) in cx8800_irq()
578 #define PCI_INT_VIDINT (1 << 0) macro