Searched refs:PTR_CHANNELNUM_MASK (Results 1 – 2 of 2) sorted by relevance
26 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()
79 #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */ macro