Home
last modified time | relevance | path

Searched refs:pll2f_code (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Drt5682.c2356 struct rl6231_pll_code pll_code, pll2f_code, pll2b_code; in rt5682_set_component_pll() local
2393 ret = rl6231_pll_calc(freq_in, pll2_fout1, &pll2f_code); in rt5682_set_component_pll()
2401 pll2f_code.m_bp, in rt5682_set_component_pll()
2402 (pll2f_code.m_bp ? 0 : pll2f_code.m_code), in rt5682_set_component_pll()
2403 pll2f_code.n_code, pll2f_code.k_code); in rt5682_set_component_pll()
2418 pll2f_code.k_code << RT5682_PLL2F_K_SFT | in rt5682_set_component_pll()
2422 pll2f_code.m_code << RT5682_PLL2F_M_SFT | in rt5682_set_component_pll()
2425 pll2f_code.n_code << RT5682_PLL2F_N_SFT); in rt5682_set_component_pll()
2436 (pll2f_code.m_bp ? 1 : 0) << RT5682_PLL2F_M_BP_SFT | in rt5682_set_component_pll()