Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dbt87x.c55 #define INT_RISCI (1 << 11) /* RISC instruction IRQ bit set */ macro
128 #define MY_INTERRUPTS (INT_RISCI | ERROR_INTERRUPTS)
319 if ((irq_status & INT_RISCI) && (chip->reg_control & CTL_ACAP_EN)) { in snd_bt87x_interrupt()