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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c1929 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
1930 I915_WRITE(fdi_tx_reg, temp | FDI_TX_PLL_ENABLE);
2212 I915_WRITE(fdi_tx_reg, temp & ~FDI_TX_PLL_ENABLE);
4061 I915_WRITE(fdi_tx_reg, temp | FDI_TX_PLL_ENABLE);
H A Di915_reg.h2765 #define FDI_TX_PLL_ENABLE (1<<14) macro

Completed in 71 milliseconds