Searched refs:DPLL_MD (Results 1 – 2 of 2) sorted by relevance
1559 I915_WRITE(DPLL_MD(crtc->pipe), crtc->config.dpll_hw_state.dpll_md); in vlv_enable_pll()1560 POSTING_READ(DPLL_MD(crtc->pipe)); in vlv_enable_pll()1606 I915_WRITE(DPLL_MD(pipe), crtc->config.dpll_hw_state.dpll_md); in chv_enable_pll()1607 POSTING_READ(DPLL_MD(pipe)); in chv_enable_pll()1660 I915_WRITE(DPLL_MD(crtc->pipe), in i9xx_enable_pll()6480 tmp = I915_READ(DPLL_MD(crtc->pipe)); in i9xx_get_pipe_config()
1777 #define DPLL_MD(pipe) _PIPE3((pipe), _DPLL_A_MD, _DPLL_B_MD, _CHV_DPLL_C_MD) macro