Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Dirq.c46 int voice_max = status & IPR_CHANNELNUMBERMASK; in snd_emu10k1_interrupt()
81 status &= ~(IPR_CHANNELLOOP | IPR_CHANNELNUMBERMASK); in snd_emu10k1_interrupt()
/openbmc/linux/include/sound/
H A Demu10k1.h126 #define IPR_CHANNELNUMBERMASK 0x0000003f /* When IPR_CHANNELLOOP is set, indicates the */ macro