bclk_ratio       1065 drivers/gpu/drm/i2c/tda998x_drv.c 	unsigned int bclk_ratio;
bclk_ratio       1108 drivers/gpu/drm/i2c/tda998x_drv.c 	bclk_ratio = spdif ? 64 : params->sample_width * 2;
bclk_ratio       1109 drivers/gpu/drm/i2c/tda998x_drv.c 	ret = tda998x_derive_cts_n(priv, &audio, bclk_ratio);
bclk_ratio         45 sound/soc/codecs/cx2072x.c 	unsigned int bclk_ratio;
bclk_ratio        938 sound/soc/codecs/cx2072x.c 	if (cx2072x->bclk_ratio)
bclk_ratio        939 sound/soc/codecs/cx2072x.c 		frame_size = cx2072x->bclk_ratio;
bclk_ratio        988 sound/soc/codecs/cx2072x.c 	cx2072x->bclk_ratio = ratio;
bclk_ratio       1656 sound/soc/codecs/cx2072x.c 	cx2072x->bclk_ratio = 0;
bclk_ratio         50 sound/soc/codecs/pcm512x.c 	unsigned int bclk_ratio;
bclk_ratio        911 sound/soc/codecs/pcm512x.c 	if (pcm512x->bclk_ratio > 0) {
bclk_ratio        912 sound/soc/codecs/pcm512x.c 		lrclk_div = pcm512x->bclk_ratio;
bclk_ratio       1392 sound/soc/codecs/pcm512x.c 	pcm512x->bclk_ratio = ratio;
bclk_ratio         33 sound/soc/codecs/tscs42xx.c 	int bclk_ratio;
bclk_ratio       1260 sound/soc/codecs/tscs42xx.c 	tscs42xx->bclk_ratio = ratio;
bclk_ratio        145 sound/soc/fsl/fsl_sai.c 	sai->bclk_ratio = ratio;
bclk_ratio        436 sound/soc/fsl/fsl_sai.c 		if (sai->bclk_ratio)
bclk_ratio        438 sound/soc/fsl/fsl_sai.c 					       sai->bclk_ratio *
bclk_ratio        180 sound/soc/fsl/fsl_sai.h 	unsigned int bclk_ratio;
bclk_ratio        140 sound/soc/intel/boards/bytcr_rt5651.c 					      int rate, int bclk_ratio)
bclk_ratio        147 sound/soc/intel/boards/bytcr_rt5651.c 		clk_freq = rate * bclk_ratio;
bclk_ratio        354 sound/soc/intel/boards/bytcr_rt5651.c 	int bclk_ratio;
bclk_ratio        357 sound/soc/intel/boards/bytcr_rt5651.c 		bclk_ratio = 32;
bclk_ratio        359 sound/soc/intel/boards/bytcr_rt5651.c 		bclk_ratio = 50;
bclk_ratio        361 sound/soc/intel/boards/bytcr_rt5651.c 	return byt_rt5651_prepare_and_enable_pll1(codec_dai, rate, bclk_ratio);