Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32f4.c667 int pll_state; in stm32f4_pll_set_rate() local
669 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_set_rate()
671 if (pll_state) in stm32f4_pll_set_rate()
680 if (pll_state) in stm32f4_pll_set_rate()
717 int pll_state, ret; in stm32f4_pll_div_set_rate() local
722 pll_state = stm32f4_pll_is_enabled(pll_div->hw_pll); in stm32f4_pll_div_set_rate()
724 if (pll_state) in stm32f4_pll_div_set_rate()
729 if (pll_state) in stm32f4_pll_div_set_rate()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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()