Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dbt87x.c56 #define INT_FBUS (1 << 12) /* FIFO overrun due to bus access latency */ macro
126 #define ERROR_INTERRUPTS (INT_FBUS | INT_FTRGT | INT_PPERR | \
310 if (irq_status & (INT_FBUS | INT_FTRGT)) in snd_bt87x_interrupt()