Lines Matching full:bclk
130 int bclk; member
609 * - 10 * bclk = sysclk / bclk_divs
611 * If we cannot find an exact match for (sysclk, lrclk, bclk)
612 * triplet, we relax the bclk such that bclk is chosen as the
613 * closest available frequency greater than expected bclk.
619 * @bclk_idx: bclk_divs index for found bclk
623 * >=0, in case we could derive bclk and lrclk from sysclk using
630 int sysclk, bclk, lrclk; in wm8960_configure_sysclk() local
637 bclk = wm8960->bclk; in wm8960_configure_sysclk()
649 diff = sysclk - bclk * bclk_divs[k] / 10; in wm8960_configure_sysclk()
677 * - 10 * sysclk = bclk * bclk_divs
679 * If we cannot find an exact match for (sysclk, lrclk, bclk)
680 * triplet, we relax the bclk such that bclk is chosen as the
681 * closest available frequency greater than expected bclk.
687 * @bclk_idx: bclk_divs index for found bclk
691 * >=0, in case we could derive bclk, lrclk, sysclk from PLL out using
699 int sysclk, bclk, lrclk, freq_out; in wm8960_configure_pll() local
703 bclk = wm8960->bclk; in wm8960_configure_pll()
721 diff = sysclk - bclk * bclk_divs[k] / 10; in wm8960_configure_pll()
819 wm8960->bclk = snd_soc_params_to_bclk(params); in wm8960_hw_params()
821 wm8960->bclk *= 2; in wm8960_hw_params()