Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c9448 val |= LCPLL_POWER_DOWN_ALLOW; in hsw_disable_lcpll()
9465 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()
9474 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()
9475 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
9611 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW | in broadwell_set_cdclk()
Di915_reg.h7385 #define LCPLL_POWER_DOWN_ALLOW (1<<22) macro