Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_eld.c135 #define GRAB_BITS(buf, byte, lowbit, bits) \ argument
137 BUILD_BUG_ON(lowbit > 7); \
141 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \