Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dio.c26 if (snd_BUG_ON(reg & 0x0000ffff & ~PTR_CHANNELNUM_MASK)) in check_ptr_reg()
103 if (snd_BUG_ON(chn & ~PTR_CHANNELNUM_MASK)) in snd_emu10k1_ptr_write_multiple()
/linux/include/sound/
H A Demu10k1.h79 #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */ macro