Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c283 const struct intel_dpll_hw_state *pll_state, in intel_find_shared_dpll() argument
305 if (memcmp(pll_state, in intel_find_shared_dpll()
307 sizeof(*pll_state)) == 0) { in intel_find_shared_dpll()
333 const struct intel_dpll_hw_state *pll_state) in intel_reference_shared_dpll() argument
342 shared_dpll[id].hw_state = *pll_state; in intel_reference_shared_dpll()
1582 const struct intel_dpll_hw_state *pll_state = &pll->state.hw_state; in skl_ddi_wrpll_get_freq() local
1586 p0 = pll_state->cfgcr2 & DPLL_CFGCR2_PDIV_MASK; in skl_ddi_wrpll_get_freq()
1587 p2 = pll_state->cfgcr2 & DPLL_CFGCR2_KDIV_MASK; in skl_ddi_wrpll_get_freq()
1589 if (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_MODE(1)) in skl_ddi_wrpll_get_freq()
1590 p1 = (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_RATIO_MASK) >> 8; in skl_ddi_wrpll_get_freq()
[all …]
/Linux-v5.10/drivers/clk/
Dclk-stm32f4.c671 int pll_state; in stm32f4_pll_set_rate() local
673 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_set_rate()
675 if (pll_state) in stm32f4_pll_set_rate()
684 if (pll_state) in stm32f4_pll_set_rate()
721 int pll_state, ret; in stm32f4_pll_div_set_rate() local
726 pll_state = stm32f4_pll_is_enabled(pll_div->hw_pll); in stm32f4_pll_div_set_rate()
728 if (pll_state) in stm32f4_pll_div_set_rate()
733 if (pll_state) in stm32f4_pll_div_set_rate()
/Linux-v5.10/sound/soc/codecs/
Dwm8580.c228 struct pll_state { struct
248 struct pll_state a; argument
249 struct pll_state b;
466 struct pll_state *state; in wm8580_set_dai_pll()