Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2313 val |= PLL_POWER_ENABLE; in cnl_ddi_pll_enable()
2413 val &= ~PLL_POWER_ENABLE; in cnl_ddi_pll_disable()
4025 val |= PLL_POWER_ENABLE; in icl_pll_power_enable()
4151 val &= ~PLL_POWER_ENABLE; in icl_pll_disable()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h10296 #define PLL_POWER_ENABLE (1 << 27) macro