Searched refs:pll_state (Results 1 – 3 of 3) sorted by relevance
2499 struct intel_dpll_hw_state *pll_state) in icl_calc_dpll_state() argument2523 pll_state->cfgcr0 = cfgcr0; in icl_calc_dpll_state()2524 pll_state->cfgcr1 = cfgcr1; in icl_calc_dpll_state()2684 struct intel_dpll_hw_state *pll_state) in icl_calc_mg_pll_state() argument2698 pll_state)) { in icl_calc_mg_pll_state()2787 pll_state->mg_pll_div0 = (m2div_rem > 0 ? MG_PLL_DIV0_FRACNEN_H : 0) | in icl_calc_mg_pll_state()2791 pll_state->mg_pll_div1 = MG_PLL_DIV1_IREF_NDIVRATIO(iref_ndiv) | in icl_calc_mg_pll_state()2796 pll_state->mg_pll_lf = MG_PLL_LF_TDCTARGETCNT(tdc_targetcnt) | in icl_calc_mg_pll_state()2802 pll_state->mg_pll_frac_lock = MG_PLL_FRAC_LOCK_TRUELOCK_CRIT_32 | in icl_calc_mg_pll_state()2808 pll_state->mg_pll_frac_lock |= MG_PLL_FRAC_LOCK_FEEDFWRDCAL_EN; in icl_calc_mg_pll_state()[all …]
599 int pll_state; in stm32f4_pll_set_rate() local601 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_set_rate()603 if (pll_state) in stm32f4_pll_set_rate()612 if (pll_state) in stm32f4_pll_set_rate()649 int pll_state, ret; in stm32f4_pll_div_set_rate() local654 pll_state = stm32f4_pll_is_enabled(pll_div->hw_pll); in stm32f4_pll_div_set_rate()656 if (pll_state) in stm32f4_pll_div_set_rate()661 if (pll_state) in stm32f4_pll_div_set_rate()
232 struct pll_state { struct252 struct pll_state a; argument253 struct pll_state b;470 struct pll_state *state; in wm8580_set_dai_pll()