Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c3057 val = I915_READ(MG_PLL_ENABLE(tc_port)); in mg_pll_get_hw_state()
3150 enable_reg = MG_PLL_ENABLE(0); in combo_pll_get_hw_state()
3278 enable_reg = MG_PLL_ENABLE(0); in combo_pll_enable()
3326 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_enable()
3386 enable_reg = MG_PLL_ENABLE(0); in combo_pll_disable()
3407 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_disable()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h9762 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ macro