DPLL_VCO_ENABLE
dpll |= DPLL_VCO_ENABLE;
(REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE);
if ((temp & DPLL_VCO_ENABLE) == 0) {
REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
if ((temp & DPLL_VCO_ENABLE) != 0) {
REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE);
if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) {
crtc_state->saveDPLL & ~DPLL_VCO_ENABLE);
if ((temp & DPLL_VCO_ENABLE) == 0) {
temp | DPLL_VCO_ENABLE, i);
temp | DPLL_VCO_ENABLE, i);
if ((temp & DPLL_VCO_ENABLE) != 0) {
temp & ~DPLL_VCO_ENABLE, i);
dpll |= DPLL_VCO_ENABLE;
dpll |= DPLL_VCO_ENABLE;
if (dpll & DPLL_VCO_ENABLE) {
REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i);
dpll |= DPLL_VCO_ENABLE;
if (dpll & DPLL_VCO_ENABLE) {
REG_WRITE(map->dpll, dpll & ~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;