Searched refs:LCPLL_PLL_ENABLE (Results 1 – 4 of 4) sorted by relevance
847 if ((val & LCPLL_PLL_ENABLE) == 0) in skl_dpll0_update()988 intel_de_read(dev_priv, LCPLL1_CTL) | LCPLL_PLL_ENABLE); in skl_dpll0_enable()1002 intel_de_read(dev_priv, LCPLL1_CTL) & ~LCPLL_PLL_ENABLE); in skl_dpll0_disable()
1194 intel_de_read(dev_priv, regs[id].ctl) | LCPLL_PLL_ENABLE); in skl_ddi_pll_enable()1214 intel_de_read(dev_priv, regs[id].ctl) & ~LCPLL_PLL_ENABLE); in skl_ddi_pll_disable()1241 if (!(val & LCPLL_PLL_ENABLE)) in skl_ddi_pll_get_hw_state()1279 if (drm_WARN_ON(&dev_priv->drm, !(val & LCPLL_PLL_ENABLE))) in skl_ddi_dpll0_get_hw_state()
381 LCPLL_PLL_ENABLE | LCPLL_PLL_LOCK; in emulate_monitor_status_change()
10216 #define LCPLL_PLL_ENABLE (1 << 31) macro