Searched refs:FDI_TX_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
1174 …WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n… in assert_fdi_tx_pll_enabled()2873 if ((temp & FDI_TX_PLL_ENABLE) == 0) { in ironlake_fdi_pll_enable()2874 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_enable()2896 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_disable()
4020 #define FDI_TX_PLL_ENABLE (1<<14) macro