Searched refs:_PIPE3 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_reg.h | 32 #define _PIPE3(pipe, a, b, c) ((pipe) == PIPE_A ? (a) : \ macro 1839 #define DPLL(pipe) _PIPE3((pipe), _DPLL_A, _DPLL_B, _CHV_DPLL_C) 1927 #define DPLL_MD(pipe) _PIPE3((pipe), _DPLL_A_MD, _DPLL_B_MD, _CHV_DPLL_C_MD) 5622 _PIPE3((pipe), VLV_VIDEO_DIP_CTL_A, \ 5625 _PIPE3((pipe), VLV_VIDEO_DIP_DATA_A, \ 5628 _PIPE3((pipe), VLV_VIDEO_DIP_GDCP_PAYLOAD_A, \
|