Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/lola/
Dlola.c243 if (reg & LOLA_DSD_STS_BCIS) /* notify */ in lola_interrupt()
257 if (reg & LOLA_DSD_STS_BCIS) /* notify */ in lola_interrupt()
Dlola.h173 #define LOLA_DSD_STS_BCIS 0x04 /* buffer completion interrupt status */ macro
Dlola_pcm.c55 val &= LOLA_DSD_STS_DESE | LOLA_DSD_STS_BCIS; in lola_stream_clear_pending_irq()