Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/emu10k1/
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-v6.6/include/sound/
Demu10k1.h79 #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */ macro