Searched refs:DPLL_VCO_ENABLE (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 243 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms() 249 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 254 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 315 if ((temp & DPLL_VCO_ENABLE) != 0) { in oaktrail_crtc_dpms() 317 temp & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 526 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set() 550 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set() 552 if (dpll & DPLL_VCO_ENABLE) { in oaktrail_crtc_mode_set() 555 REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_mode_set()
|
D | mdfld_intel_display.c | 244 if (temp & DPLL_VCO_ENABLE) { in mdfld_disable_crtc() 248 temp &= ~(DPLL_VCO_ENABLE); in mdfld_disable_crtc() 301 if ((temp & DPLL_VCO_ENABLE) == 0) { in mdfld_crtc_dpms() 316 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in mdfld_crtc_dpms() 430 if (temp & DPLL_VCO_ENABLE) { in mdfld_crtc_dpms() 434 temp &= ~(DPLL_VCO_ENABLE); in mdfld_crtc_dpms() 884 if (dpll & DPLL_VCO_ENABLE) { in mdfld_crtc_mode_set() 885 dpll &= ~DPLL_VCO_ENABLE; in mdfld_crtc_mode_set() 930 dpll |= DPLL_VCO_ENABLE; in mdfld_crtc_mode_set()
|
D | mdfld_device.c | 254 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers() 258 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers() 274 PSB_WVDC32(dpll_val & ~DPLL_VCO_ENABLE, map->dpll); in mdfld_restore_display_registers() 282 if (!(dpll & DPLL_VCO_ENABLE)) { in mdfld_restore_display_registers() 298 dpll_val |= DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
|
D | gma_display.c | 216 if ((temp & DPLL_VCO_ENABLE) == 0) { in gma_crtc_dpms() 221 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms() 225 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms() 304 if ((temp & DPLL_VCO_ENABLE) != 0) { in gma_crtc_dpms() 305 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE); in gma_crtc_dpms() 630 if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) { in gma_crtc_restore() 632 crtc_state->saveDPLL & ~DPLL_VCO_ENABLE); in gma_crtc_restore()
|
D | psb_intel_display.c | 203 dpll |= DPLL_VCO_ENABLE; in psb_intel_crtc_mode_set() 212 if (dpll & DPLL_VCO_ENABLE) { in psb_intel_crtc_mode_set() 214 REG_WRITE(map->dpll, dpll & ~DPLL_VCO_ENABLE); in psb_intel_crtc_mode_set()
|
D | cdv_intel_display.c | 761 dpll |= DPLL_VCO_ENABLE; in cdv_intel_crtc_mode_set() 771 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
|
D | psb_intel_reg.h | 229 #define DPLL_VCO_ENABLE (1 << 31) macro
|
/Linux-v5.10/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 149 #define DPLL_VCO_ENABLE (1 << 31) macro
|
D | intelfbhw.c | 1108 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw() 1399 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
|
D | intelfbdrv.c | 1336 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_display.c | 1114 cur_state = !!(val & DPLL_VCO_ENABLE); in assert_pll() 1423 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in vlv_enable_pll() 1473 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in chv_enable_pll() 8404 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll() 8421 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll() 8439 pipe_config->dpll_hw_state.dpll & ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_prepare_pll() 8442 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_prepare_pll() 8540 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_prepare_pll() 8543 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_prepare_pll() 8749 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll() [all …]
|
D | intel_dpll_mgr.c | 424 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()
|
D | intel_display_power.c | 1566 (intel_de_read(dev_priv, DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
|
D | intel_dp.c | 821 pll_enabled = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_reg.h | 3421 #define DPLL_VCO_ENABLE (1 << 31) macro
|