Searched refs:DPLL_VCO_ENABLE (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 246 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms() 252 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 257 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 318 if ((temp & DPLL_VCO_ENABLE) != 0) { in oaktrail_crtc_dpms() 320 temp & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms() 530 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set() 554 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set() 556 if (dpll & DPLL_VCO_ENABLE) { in oaktrail_crtc_mode_set() 559 REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_mode_set()
|
D | gma_display.c | 224 if ((temp & DPLL_VCO_ENABLE) == 0) { in gma_crtc_dpms() 229 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms() 233 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms() 312 if ((temp & DPLL_VCO_ENABLE) != 0) { in gma_crtc_dpms() 313 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE); in gma_crtc_dpms() 633 if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) { in gma_crtc_restore() 635 crtc_state->saveDPLL & ~DPLL_VCO_ENABLE); in gma_crtc_restore()
|
D | psb_intel_display.c | 209 dpll |= DPLL_VCO_ENABLE; in psb_intel_crtc_mode_set() 218 if (dpll & DPLL_VCO_ENABLE) { in psb_intel_crtc_mode_set() 220 REG_WRITE(map->dpll, dpll & ~DPLL_VCO_ENABLE); in psb_intel_crtc_mode_set()
|
D | cdv_intel_display.c | 758 dpll |= DPLL_VCO_ENABLE; in cdv_intel_crtc_mode_set() 768 (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-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_dpll.c | 875 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll() 932 dpll |= DPLL_VCO_ENABLE; in i8xx_compute_dpll() 1135 dpll |= DPLL_VCO_ENABLE; in ilk_compute_dpll() 1219 crtc_state->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll() 1237 crtc_state->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll() 1777 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_enable_pll() 1779 if (crtc_state->dpll_hw_state.dpll & DPLL_VCO_ENABLE) { in vlv_enable_pll() 1926 crtc_state->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_enable_pll() 1928 if (crtc_state->dpll_hw_state.dpll & DPLL_VCO_ENABLE) { in chv_enable_pll() 2080 cur_state = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in assert_pll()
|
D | intel_pch_refclk.c | 533 if (!(temp & DPLL_VCO_ENABLE)) in ilk_init_pch_refclk()
|
D | intel_display_power_well.c | 1345 (intel_de_read(dev_priv, DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
|
D | intel_pps.c | 122 pll_enabled = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
|
D | intel_display.c | 2801 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_crtc_clock_get() 2829 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_crtc_clock_get() 7884 DPLL_VCO_ENABLE; in i830_enable_pipe()
|
D | intel_dpll_mgr.c | 495 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()
|
/Linux-v6.6/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 149 #define DPLL_VCO_ENABLE (1 << 31) macro
|
D | intelfbhw.c | 1106 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw() 1397 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
|
D | intelfbdrv.c | 1346 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_reg.h | 1428 #define DPLL_VCO_ENABLE (1 << 31) macro
|