Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c2890 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()
2916 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()
2932 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
Di915_reg.h1203 #define PORT_PLL_ENABLE (1 << 31) macro