Home
last modified time | relevance | path

Searched refs:INT_RIPERR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dbt87x.c62 #define INT_RIPERR (1 << 16) /* RISC instruction parity error */ macro
129 INT_RIPERR | INT_PABORT | INT_OCERR)
294 chip->interrupt_mask &= ~(INT_PPERR | INT_RIPERR); in snd_bt87x_pci_error()
318 if (irq_status & (INT_PPERR | INT_RIPERR | INT_PABORT)) in snd_bt87x_interrupt()
/kernel/linux/linux-6.6/sound/pci/
H A Dbt87x.c60 #define INT_RIPERR (1 << 16) /* RISC instruction parity error */ macro
127 INT_RIPERR | INT_PABORT | INT_OCERR)
292 chip->interrupt_mask &= ~(INT_PPERR | INT_RIPERR); in snd_bt87x_pci_error()
316 if (irq_status & (INT_PPERR | INT_RIPERR | INT_PABORT)) in snd_bt87x_interrupt()

Completed in 4 milliseconds