Searched refs:FDI_TX_PLL_ENABLE (Results 1 – 3 of 3) sorted by relevance
720 if ((temp & FDI_TX_PLL_ENABLE) == 0) { in ilk_fdi_pll_enable()721 intel_de_write(dev_priv, reg, temp | FDI_TX_PLL_ENABLE); in ilk_fdi_pll_enable()744 intel_de_write(dev_priv, reg, temp & ~FDI_TX_PLL_ENABLE); in ilk_fdi_pll_disable()
553 …I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is… in assert_fdi_tx_pll_enabled()
8964 #define FDI_TX_PLL_ENABLE (1 << 14) macro