Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpll_mgr.c2499 struct intel_dpll_hw_state *pll_state) in icl_calc_dpll_state() argument
2523 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() argument
2698 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 …]
/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c599 int pll_state; in stm32f4_pll_set_rate() local
601 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() local
654 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()
/Linux-v4.19/sound/soc/codecs/
Dwm8580.c232 struct pll_state { struct
252 struct pll_state a; argument
253 struct pll_state b;
470 struct pll_state *state; in wm8580_set_dai_pll()