fsref              70 sound/soc/codecs/tlv320aic26.c 	int fsref, divisor, wlen, pval, jval, dval, qval;
fsref              79 sound/soc/codecs/tlv320aic26.c 	case 8000:  fsref = 48000; divisor = AIC26_DIV_6; break;
fsref              80 sound/soc/codecs/tlv320aic26.c 	case 11025: fsref = 44100; divisor = AIC26_DIV_4; break;
fsref              81 sound/soc/codecs/tlv320aic26.c 	case 12000: fsref = 48000; divisor = AIC26_DIV_4; break;
fsref              82 sound/soc/codecs/tlv320aic26.c 	case 16000: fsref = 48000; divisor = AIC26_DIV_3; break;
fsref              83 sound/soc/codecs/tlv320aic26.c 	case 22050: fsref = 44100; divisor = AIC26_DIV_2; break;
fsref              84 sound/soc/codecs/tlv320aic26.c 	case 24000: fsref = 48000; divisor = AIC26_DIV_2; break;
fsref              85 sound/soc/codecs/tlv320aic26.c 	case 32000: fsref = 48000; divisor = AIC26_DIV_1_5; break;
fsref              86 sound/soc/codecs/tlv320aic26.c 	case 44100: fsref = 44100; divisor = AIC26_DIV_1; break;
fsref              87 sound/soc/codecs/tlv320aic26.c 	case 48000: fsref = 48000; divisor = AIC26_DIV_1; break;
fsref             109 sound/soc/codecs/tlv320aic26.c 	jval = fsref / (aic26->mclk / 2048);
fsref             111 sound/soc/codecs/tlv320aic26.c 	dval = fsref - (jval * (aic26->mclk / 2048));
fsref             123 sound/soc/codecs/tlv320aic26.c 	if (fsref == 48000)
fsref            1049 sound/soc/codecs/tlv320aic3x.c 	int codec_clk = 0, bypass_pll = 0, fsref, last_clk = 0;
fsref            1076 sound/soc/codecs/tlv320aic3x.c 	fsref = (params_rate(params) % 11025 == 0) ? 44100 : 48000;
fsref            1081 sound/soc/codecs/tlv320aic3x.c 		if (aic3x->sysclk / (128 * pll_q) == fsref) {
fsref            1103 sound/soc/codecs/tlv320aic3x.c 	data |= (fsref == 44100) ? FSREF_44100 : FSREF_48000;
fsref            1109 sound/soc/codecs/tlv320aic3x.c 	data = (fsref * 20) / params_rate(params);
fsref            1126 sound/soc/codecs/tlv320aic3x.c 	codec_clk = (2048 * fsref) / (aic3x->sysclk / 1000);
fsref            1161 sound/soc/codecs/tlv320aic3x.c 		d = ((2048 * p * fsref) - j * aic3x->sysclk)