Home
last modified time | relevance | path

Searched refs:MG_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c156 return MG_PLL_ENABLE(0); in intel_combo_pll_enable_reg()
3681 val = intel_de_read(dev_priv, MG_PLL_ENABLE(tc_port)); in mg_pll_get_hw_state()
3745 val = intel_de_read(dev_priv, MG_PLL_ENABLE(tc_port)); in dkl_pll_get_hw_state()
4106 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_enable()
4186 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_disable()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h10307 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ macro