Home
last modified time | relevance | path

Searched refs:mg_pll_div1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.h224 u32 mg_pll_div1; member
Dintel_dpll_mgr.c2991 pll_state->mg_pll_div1 = DKL_PLL_DIV1_IREF_TRIM(iref_trim) | in icl_calc_mg_pll_state()
3012 pll_state->mg_pll_div1 = in icl_calc_mg_pll_state()
3098 m1 = pll_state->mg_pll_div1 & MG_PLL_DIV1_FBPREDIV_MASK; in icl_ddi_mg_pll_get_freq()
3462 hw_state->mg_pll_div1 = intel_de_read(dev_priv, MG_PLL_DIV1(tc_port)); in mg_pll_get_hw_state()
3535 hw_state->mg_pll_div1 = intel_dkl_phy_read(dev_priv, DKL_PLL_DIV1(tc_port), 2); in dkl_pll_get_hw_state()
3536 hw_state->mg_pll_div1 &= (DKL_PLL_DIV1_IREF_TRIM_MASK | in dkl_pll_get_hw_state()
3708 intel_de_write(dev_priv, MG_PLL_DIV1(tc_port), hw_state->mg_pll_div1); in icl_mg_pll_write()
3766 val |= hw_state->mg_pll_div1; in dkl_pll_write()
4012 hw_state->mg_pll_div1, in icl_dump_hw_state()
Dintel_display_debugfs.c969 pll->state.hw_state.mg_pll_div1); in i915_shared_dplls_info()
Dintel_display.c5863 PIPE_CONF_CHECK_X(dpll_hw_state.mg_pll_div1); in intel_pipe_config_compare()