Searched refs:GRAB_BITS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_eld.c168 #define GRAB_BITS(buf, byte, lowbit, bits) \ macro
183 val = GRAB_BITS(buf, 1, 0, 7);
189 a->channels = GRAB_BITS(buf, 0, 0, 3);
192 a->format = GRAB_BITS(buf, 0, 3, 4);
200 val = GRAB_BITS(buf, 2, 0, 3);
214 a->max_bitrate = GRAB_BITS(buf, 2, 0, 8);
234 a->profile = GRAB_BITS(buf, 2, 0, 3);
238 a->format = GRAB_BITS(buf, 2, 3, 5);
261 e->eld_ver = GRAB_BITS(buf, 0, 3, 5);
270 e->baseline_len = GRAB_BITS(bu
[all...]

Completed in 53 milliseconds