Home
last modified time | relevance | path

Searched refs:PCI_INT_IR_SMPINT (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/cx88/
Dcx88-input.c200 core->pci_irqmask |= PCI_INT_IR_SMPINT; in __cx88_ir_start()
218 core->pci_irqmask &= ~PCI_INT_IR_SMPINT; in __cx88_ir_stop()
Dcx88-reg.h594 #define PCI_INT_IR_SMPINT (1 << 18) macro
Dcx88-core.c506 if (status & PCI_INT_IR_SMPINT) { in cx88_core_irq()