Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/mantis/
Dhopper_cards.c107 if (stat & MANTIS_INT_RIPERR) { in hopper_irq_handler()
133 MANTIS_INT_PABORT | MANTIS_INT_RIPERR | in hopper_irq_handler()
Dmantis_cards.c116 if (stat & MANTIS_INT_RIPERR) { in mantis_irq_handler()
142 MANTIS_INT_PABORT | MANTIS_INT_RIPERR | in mantis_irq_handler()
Dmantis_reg.h34 #define MANTIS_INT_RIPERR BIT(6) macro