Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/gma500/
Doaktrail_crtc.c246 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()
Dgma_display.c224 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()
Dpsb_intel_display.c209 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()
Dcdv_intel_display.c758 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()
Dpsb_intel_reg.h229 #define DPLL_VCO_ENABLE (1 << 31) macro
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dpll.c875 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()
Dintel_pch_refclk.c533 if (!(temp & DPLL_VCO_ENABLE)) in ilk_init_pch_refclk()
Dintel_display_power_well.c1345 (intel_de_read(dev_priv, DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
Dintel_pps.c122 pll_enabled = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
Dintel_display.c2801 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()
Dintel_dpll_mgr.c495 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()
/Linux-v6.6/drivers/video/fbdev/intelfb/
Dintelfbhw.h149 #define DPLL_VCO_ENABLE (1 << 31) macro
Dintelfbhw.c1106 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw()
1397 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
Dintelfbdrv.c1346 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_reg.h1428 #define DPLL_VCO_ENABLE (1 << 31) macro