Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2804 pll_state->mg_pll_div0 = (m2div_rem > 0 ? MG_PLL_DIV0_FRACNEN_H : 0) | in icl_calc_mg_pll_state()
Dintel_ddi.c1418 m2_frac = (pll_state->mg_pll_div0 & MG_PLL_DIV0_FRACNEN_H) ? in icl_calc_mg_pll_link()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h9811 #define MG_PLL_DIV0_FRACNEN_H (1 << 30) macro