Searched refs:FDI_TX_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
86 cur_state = intel_de_read(i915, FDI_TX_CTL(pipe)) & FDI_TX_PLL_ENABLE; in assert_fdi_tx_pll_enabled()963 if ((temp & FDI_TX_PLL_ENABLE) == 0) { in ilk_fdi_pll_enable()964 intel_de_write(dev_priv, reg, temp | FDI_TX_PLL_ENABLE); in ilk_fdi_pll_enable()987 intel_de_write(dev_priv, reg, temp & ~FDI_TX_PLL_ENABLE); in ilk_fdi_pll_disable()
6376 #define FDI_TX_PLL_ENABLE (1 << 14) macro