Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c4515 I915_WRITE(DPLL_MD(pipe), dpll_md); in vlv_update_pll()
4516 POSTING_READ(DPLL_MD(pipe)); in vlv_update_pll()
4613 I915_WRITE(DPLL_MD(pipe), dpll_md); in i9xx_update_pll()
5006 tmp = I915_READ(DPLL_MD(crtc->pipe)); in i9xx_get_pipe_config()
H A Di915_reg.h1313 #define DPLL_MD(pipe) _PIPE(pipe, _DPLL_A_MD, _DPLL_B_MD) macro