Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c1004 if(!(val & FDI_TX_PLL_ENABLE)) in assert_fdi_tx_pll_enabled()
2675 if ((temp & FDI_TX_PLL_ENABLE) == 0) { in ironlake_fdi_pll_enable()
2676 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_enable()
2698 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_disable()
H A Di915_reg.h4303 #define FDI_TX_PLL_ENABLE (1<<14) macro