Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c8357 val |= LCPLL_POWER_DOWN_ALLOW; in hsw_disable_lcpll()
8374 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()
8383 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()
8384 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
Di915_reg.h6709 #define LCPLL_POWER_DOWN_ALLOW (1<<22) macro