Searched refs:k_bp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/sound/soc/codecs/ |
D | rl6231.c | 100 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()
|
D | rl6231.h | 21 bool k_bp; /* Indicates bypass k code or not. */ member
|
D | rt1016.c | 498 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()
|
D | rt5682s.c | 2382 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()
|
D | rt5682s.h | 1434 bool k_bp; member
|