DPLL_VCO_ENABLE
DPLL_VCO_ENABLE;
(intel_de_read(display, DPLL(display, PIPE_B)) & DPLL_VCO_ENABLE) == 0)
dpll = DPLL_VCO_ENABLE | DPLL_VGA_MODE_DIS;
dpll = DPLL_VCO_ENABLE | DPLL_VGA_MODE_DIS;
dpll = DPLL_VCO_ENABLE;
dpll |= DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV;
dpll |= DPLL_VCO_ENABLE;
hw_state->dpll & ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV));
if (hw_state->dpll & DPLL_VCO_ENABLE) {
hw_state->dpll & ~DPLL_VCO_ENABLE);
if (hw_state->dpll & DPLL_VCO_ENABLE) {
cur_state = intel_de_read(display, DPLL(display, pipe)) & DPLL_VCO_ENABLE;
if ((hw_state->dpll & DPLL_VCO_ENABLE) == 0)
if ((hw_state->dpll & DPLL_VCO_ENABLE) == 0)
return val & DPLL_VCO_ENABLE;
if (!(temp & DPLL_VCO_ENABLE))
pll_enabled = intel_de_read(display, DPLL(display, pipe)) & DPLL_VCO_ENABLE;