Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDi915_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()
HDintel_display.c5704 int dpll_reg = DPLL(pipe); in intel_increase_pllclock() local
5713 dpll = I915_READ(dpll_reg); in intel_increase_pllclock()
5720 I915_WRITE(dpll_reg, dpll); in intel_increase_pllclock()
5723 dpll = I915_READ(dpll_reg); in intel_increase_pllclock()
5751 int dpll_reg = DPLL(pipe); in intel_decrease_pllclock() local
5758 dpll = I915_READ(dpll_reg); in intel_decrease_pllclock()
5760 I915_WRITE(dpll_reg, dpll); in intel_decrease_pllclock()
5762 dpll = I915_READ(dpll_reg); in intel_decrease_pllclock()