Home
last modified time | relevance | path

Searched refs:dpll_reg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_dvo.c258 int dpll_reg = DPLL(pipe); in intel_dvo_mode_set() local
289 I915_WRITE(dpll_reg, I915_READ(dpll_reg) | DPLL_DVO_HIGH_SPEED); in intel_dvo_mode_set()
Di915_suspend.c38 u32 dpll_reg; in i915_pipe_enabled() local
45 dpll_reg = _PCH_DPLL(pipe); in i915_pipe_enabled()
47 dpll_reg = (pipe == PIPE_A) ? _DPLL_A : _DPLL_B; in i915_pipe_enabled()
49 return (I915_READ(dpll_reg) & DPLL_VCO_ENABLE); in i915_pipe_enabled()
Dintel_display.c6952 int dpll_reg = DPLL(pipe); in intel_increase_pllclock() local
6961 dpll = I915_READ(dpll_reg); in intel_increase_pllclock()
6968 I915_WRITE(dpll_reg, dpll); in intel_increase_pllclock()
6971 dpll = I915_READ(dpll_reg); in intel_increase_pllclock()
6995 int dpll_reg = DPLL(pipe); in intel_decrease_pllclock() local
7002 dpll = I915_READ(dpll_reg); in intel_decrease_pllclock()
7004 I915_WRITE(dpll_reg, dpll); in intel_decrease_pllclock()
7006 dpll = I915_READ(dpll_reg); in intel_decrease_pllclock()