Home
last modified time | relevance | path

Searched refs:DPLL_VCO_ENABLE (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/gma500/
Doaktrail_crtc.c251 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms()
257 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
262 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
323 if ((temp & DPLL_VCO_ENABLE) != 0) { in oaktrail_crtc_dpms()
325 temp & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
534 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
558 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
560 if (dpll & DPLL_VCO_ENABLE) { in oaktrail_crtc_mode_set()
563 REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_mode_set()
Dmdfld_intel_display.c276 if (temp & DPLL_VCO_ENABLE) { in mdfld_disable_crtc()
280 temp &= ~(DPLL_VCO_ENABLE); in mdfld_disable_crtc()
333 if ((temp & DPLL_VCO_ENABLE) == 0) { in mdfld_crtc_dpms()
348 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in mdfld_crtc_dpms()
462 if (temp & DPLL_VCO_ENABLE) { in mdfld_crtc_dpms()
466 temp &= ~(DPLL_VCO_ENABLE); in mdfld_crtc_dpms()
926 if (dpll & DPLL_VCO_ENABLE) { in mdfld_crtc_mode_set()
927 dpll &= ~DPLL_VCO_ENABLE; in mdfld_crtc_mode_set()
993 dpll |= DPLL_VCO_ENABLE; in mdfld_crtc_mode_set()
Dmdfld_device.c263 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
267 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
283 PSB_WVDC32(dpll_val & ~DPLL_VCO_ENABLE, map->dpll); in mdfld_restore_display_registers()
291 if (!(dpll & DPLL_VCO_ENABLE)) { in mdfld_restore_display_registers()
307 dpll_val |= DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
Dgma_display.c222 if ((temp & DPLL_VCO_ENABLE) == 0) { in gma_crtc_dpms()
227 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
231 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
308 if ((temp & DPLL_VCO_ENABLE) != 0) { in gma_crtc_dpms()
309 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE); in gma_crtc_dpms()
588 if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) { in gma_crtc_restore()
590 crtc_state->saveDPLL & ~DPLL_VCO_ENABLE); in gma_crtc_restore()
Dpsb_intel_display.c214 dpll |= DPLL_VCO_ENABLE; in psb_intel_crtc_mode_set()
223 if (dpll & DPLL_VCO_ENABLE) { in psb_intel_crtc_mode_set()
225 REG_WRITE(map->dpll, dpll & ~DPLL_VCO_ENABLE); in psb_intel_crtc_mode_set()
Dcdv_intel_display.c772 dpll |= DPLL_VCO_ENABLE; in cdv_intel_crtc_mode_set()
782 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
Dpsb_intel_reg.h241 #define DPLL_VCO_ENABLE (1 << 31) macro
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfbhw.h149 #define DPLL_VCO_ENABLE (1 << 31) macro
Dintelfbhw.c1108 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw()
1399 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
Dintelfbdrv.c1337 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c1112 cur_state = !!(val & DPLL_VCO_ENABLE); in assert_pll()
1417 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in vlv_enable_pll()
1468 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in chv_enable_pll()
6877 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll()
6894 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll()
6913 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_prepare_pll()
6916 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_prepare_pll()
7013 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_prepare_pll()
7016 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_prepare_pll()
7222 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll()
[all …]
Dintel_runtime_pm.c1180 (I915_READ(DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
Dintel_dpll_mgr.c359 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()
Dintel_dp.c553 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
Di915_reg.h3195 #define DPLL_VCO_ENABLE (1 << 31) macro