Searched refs:PCI_INT_VIDINT (Results 1 – 3 of 3) sorted by relevance
65 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()
376 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()
587 #define PCI_INT_VIDINT (1 << 0) macro