GRAB_BITS         151 sound/pci/hda/hda_eld.c 	val = GRAB_BITS(buf, 1, 0, 7);
GRAB_BITS         157 sound/pci/hda/hda_eld.c 	a->channels = GRAB_BITS(buf, 0, 0, 3);
GRAB_BITS         163 sound/pci/hda/hda_eld.c 	a->format = GRAB_BITS(buf, 0, 3, 4);
GRAB_BITS         170 sound/pci/hda/hda_eld.c 		val = GRAB_BITS(buf, 2, 0, 3);
GRAB_BITS         183 sound/pci/hda/hda_eld.c 		a->max_bitrate = GRAB_BITS(buf, 2, 0, 8);
GRAB_BITS         203 sound/pci/hda/hda_eld.c 		a->profile = GRAB_BITS(buf, 2, 0, 3);
GRAB_BITS         207 sound/pci/hda/hda_eld.c 		a->format = GRAB_BITS(buf, 2, 3, 5);
GRAB_BITS         231 sound/pci/hda/hda_eld.c 	e->eld_ver = GRAB_BITS(buf, 0, 3, 5);
GRAB_BITS         238 sound/pci/hda/hda_eld.c 	e->baseline_len = GRAB_BITS(buf, 2, 0, 8);
GRAB_BITS         239 sound/pci/hda/hda_eld.c 	mnl		= GRAB_BITS(buf, 4, 0, 5);
GRAB_BITS         240 sound/pci/hda/hda_eld.c 	e->cea_edid_ver	= GRAB_BITS(buf, 4, 5, 3);
GRAB_BITS         242 sound/pci/hda/hda_eld.c 	e->support_hdcp	= GRAB_BITS(buf, 5, 0, 1);
GRAB_BITS         243 sound/pci/hda/hda_eld.c 	e->support_ai	= GRAB_BITS(buf, 5, 1, 1);
GRAB_BITS         244 sound/pci/hda/hda_eld.c 	e->conn_type	= GRAB_BITS(buf, 5, 2, 2);
GRAB_BITS         245 sound/pci/hda/hda_eld.c 	e->sad_count	= GRAB_BITS(buf, 5, 4, 4);
GRAB_BITS         247 sound/pci/hda/hda_eld.c 	e->aud_synch_delay = GRAB_BITS(buf, 6, 0, 8) * 2;
GRAB_BITS         248 sound/pci/hda/hda_eld.c 	e->spk_alloc	= GRAB_BITS(buf, 7, 0, 7);