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