Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpll_mgr.c1973 val |= PLL_POWER_ENABLE; in cnl_ddi_pll_enable()
2084 val &= ~PLL_POWER_ENABLE; in cnl_ddi_pll_disable()
3066 val |= PLL_POWER_ENABLE; in icl_pll_enable()
3136 val &= ~PLL_POWER_ENABLE; in icl_pll_disable()
Di915_reg.h9326 #define PLL_POWER_ENABLE (1 << 27) macro