Home
last modified time | relevance | path

Searched refs:PCI_INT_TSINT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c170 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_TSINT); in cx8802_start_dma()
190 cx_clear(MO_PCI_INTMSK, PCI_INT_TSINT); in cx8802_stop_dma()
359 (core->pci_irqmask | PCI_INT_TSINT); in cx8802_irq()
370 if (status & PCI_INT_TSINT) in cx8802_irq()
H A Dcx88-reg.h580 #define PCI_INT_TSINT (1 << 2) macro