Home
last modified time | relevance | path

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

/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()
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()
Drl6231.h21 bool k_bp; /* Indicates bypass k code or not. */ member