Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
Drl6231.c100 bool k_bp; member
161 k_bypass = pll_preset_table[i].k_bp; in rl6231_pll_calc()
226 pll_code->k_bp = k_bypass; in rl6231_pll_calc()
Drl6231.h21 bool k_bp; /* Indicates bypass k code or not. */ member
Drt1016.c498 pll_code.n_code, pll_code.k_bp, in rt1016_set_component_pll()
499 (pll_code.k_bp ? 0 : pll_code.k_code)); in rt1016_set_component_pll()
506 (pll_code.k_bp << RT1016_PLL_K_BP_SFT) | in rt1016_set_component_pll()
507 (pll_code.k_bp ? 0 : pll_code.k_code)); in rt1016_set_component_pll()
Drt5682s.c2382 a_map.freq_in, a_map.freq_out, a_map.m_bp, a_map.k_bp, in rt5682s_set_component_pll()
2383 (a_map.m_bp ? 0 : a_map.m), a_map.n, (a_map.k_bp ? 0 : a_map.k)); in rt5682s_set_component_pll()
2392 a_map.k_bp << RT5682S_PLLA_K_BP_SFT); in rt5682s_set_component_pll()
2398 b_map.freq_in, b_map.freq_out, b_map.m_bp, b_map.k_bp, in rt5682s_set_component_pll()
2399 (b_map.m_bp ? 0 : b_map.m), b_map.n, (b_map.k_bp ? 0 : b_map.k), in rt5682s_set_component_pll()
2412 b_map.k_bp << RT5682S_PLLB_K_BP_SFT); in rt5682s_set_component_pll()
Drt5682s.h1434 bool k_bp; member