Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c2815 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
2818 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable()
2889 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
2891 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable()
2892 POSTING_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
2894 if (wait_for_atomic_us((I915_READ(BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_enable()
2915 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable()
2917 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_disable()
2918 POSTING_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable()
2931 val = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_get_hw_state()
Di915_reg.h1206 #define BXT_PORT_PLL_ENABLE(port) _PORT(port, _PORT_PLL_A, _PORT_PLL_B) macro