coef_idx          133 sound/pci/hda/patch_realtek.c 			       unsigned int coef_idx)
coef_idx          137 sound/pci/hda/patch_realtek.c 	snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
coef_idx          142 sound/pci/hda/patch_realtek.c #define alc_read_coef_idx(codec, coef_idx) \
coef_idx          143 sound/pci/hda/patch_realtek.c 	alc_read_coefex_idx(codec, 0x20, coef_idx)
coef_idx          146 sound/pci/hda/patch_realtek.c 				 unsigned int coef_idx, unsigned int coef_val)
coef_idx          148 sound/pci/hda/patch_realtek.c 	snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
coef_idx          152 sound/pci/hda/patch_realtek.c #define alc_write_coef_idx(codec, coef_idx, coef_val) \
coef_idx          153 sound/pci/hda/patch_realtek.c 	alc_write_coefex_idx(codec, 0x20, coef_idx, coef_val)
coef_idx          156 sound/pci/hda/patch_realtek.c 				  unsigned int coef_idx, unsigned int mask,
coef_idx          159 sound/pci/hda/patch_realtek.c 	unsigned int val = alc_read_coefex_idx(codec, nid, coef_idx);
coef_idx          162 sound/pci/hda/patch_realtek.c 		alc_write_coefex_idx(codec, nid, coef_idx,
coef_idx          166 sound/pci/hda/patch_realtek.c #define alc_update_coef_idx(codec, coef_idx, mask, bits_set)	\
coef_idx          167 sound/pci/hda/patch_realtek.c 	alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
coef_idx          303 sound/pci/hda/patch_realtek.c 			     unsigned int coef_idx, unsigned int coef_bit)
coef_idx          307 sound/pci/hda/patch_realtek.c 	spec->pll_coef_idx = coef_idx;