need_adc          229 sound/soc/codecs/tlv320aic23.c static unsigned get_score(int adc, int adc_l, int adc_h, int need_adc,
need_adc          234 sound/soc/codecs/tlv320aic23.c 		int diff_adc = need_adc - adc;
need_adc          241 sound/soc/codecs/tlv320aic23.c static int find_rate(int mclk, u32 need_adc, u32 need_dac)
need_adc          250 sound/soc/codecs/tlv320aic23.c 	need_adc *= SR_MULT;
need_adc          255 sound/soc/codecs/tlv320aic23.c 	adc_l = need_adc - (need_adc >> 5);
need_adc          256 sound/soc/codecs/tlv320aic23.c 	adc_h = need_adc + (need_adc >> 5);
need_adc          271 sound/soc/codecs/tlv320aic23.c 			score = get_score(adc, adc_l, adc_h, need_adc,
need_adc          279 sound/soc/codecs/tlv320aic23.c 			score = get_score((adc >> 1), adc_l, adc_h, need_adc,