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