Lines Matching refs:bclk_rate
702 unsigned long bclk_rate)
713 /* select sck_rate as a multiple of bclk_rate but still with
717 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate);
720 bclk_rate * pow2);
895 unsigned long bclk_rate;
924 bclk_rate = params_rate(params) * lrclk_div;
925 bclk_div = DIV_ROUND_CLOSEST(sck_rate, bclk_rate);
938 bclk_rate = ret;
942 sck_rate = pcm512x_find_sck(dai, bclk_rate);
988 bclk_div = DIV_ROUND_CLOSEST(sck_rate, bclk_rate);