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