Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c1304 intel_de_rmw(display, LCPLL_CTL, 0, LCPLL_POWER_DOWN_ALLOW); in hsw_disable_lcpll()
1321 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()
1330 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()
1331 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
H A Dintel_cdclk.c856 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW | in bdw_set_cdclk()
/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3815 #define LCPLL_POWER_DOWN_ALLOW (1 << 22) macro