Searched refs:k_bp (Results 1 – 3 of 3) sorted by relevance
100 bool k_bp; member161 k_bypass = pll_preset_table[i].k_bp; in rl6231_pll_calc()226 pll_code->k_bp = k_bypass; in rl6231_pll_calc()
499 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()
21 bool k_bp; /* Indicates bypass k code or not. */ member