Searched refs:DPLL_LOCK_VLV (Results 1 – 2 of 2) sorted by relevance
1604 if (wait_for(((I915_READ(reg) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) in vlv_enable_pll()1651 if (wait_for(((I915_READ(DPLL(pipe)) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) in chv_enable_pll()7113 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV | in i9xx_get_pipe_config()
1869 #define DPLL_LOCK_VLV (1<<15) macro