Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/codecs/
A 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()
A Drl6231.h21 bool k_bp; /* Indicates bypass k code or not. */ member
A Drt1016.c499 pll_code.n_code, pll_code.k_bp, in rt1016_set_component_pll()
500 (pll_code.k_bp ? 0 : pll_code.k_code)); in rt1016_set_component_pll()
507 (pll_code.k_bp << RT1016_PLL_K_BP_SFT) | in rt1016_set_component_pll()
508 (pll_code.k_bp ? 0 : pll_code.k_code)); in rt1016_set_component_pll()
A Drt5682s.c2384 a_map.freq_in, a_map.freq_out, a_map.m_bp, a_map.k_bp, in rt5682s_set_component_pll()
2385 (a_map.m_bp ? 0 : a_map.m), a_map.n, (a_map.k_bp ? 0 : a_map.k)); in rt5682s_set_component_pll()
2394 a_map.k_bp << RT5682S_PLLA_K_BP_SFT); in rt5682s_set_component_pll()
2400 b_map.freq_in, b_map.freq_out, b_map.m_bp, b_map.k_bp, in rt5682s_set_component_pll()
2401 (b_map.m_bp ? 0 : b_map.m), b_map.n, (b_map.k_bp ? 0 : b_map.k), in rt5682s_set_component_pll()
2414 b_map.k_bp << RT5682S_PLLB_K_BP_SFT); in rt5682s_set_component_pll()
A Drt5682s.h1433 bool k_bp; member

Completed in 16 milliseconds