Lines Matching refs:bclk_rate
704 unsigned long bclk_rate)
715 /* select sck_rate as a multiple of bclk_rate but still with
719 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate);
722 bclk_rate * pow2);
897 unsigned long bclk_rate;
926 bclk_rate = params_rate(params) * lrclk_div;
927 bclk_div = DIV_ROUND_CLOSEST(sck_rate, bclk_rate);
940 bclk_rate = ret;
944 sck_rate = pcm512x_find_sck(dai, bclk_rate);
990 bclk_div = DIV_ROUND_CLOSEST(sck_rate, bclk_rate);