Searched refs:_PICK_EVEN (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_reg.h | 148 #define _PICK_EVEN(__index, __a, __b) ((__a) + (__index) * ((__b) - (__a))) macro 160 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) 162 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) 164 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) 166 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) 170 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) 6946 #define _ID(id, a, b) _PICK_EVEN(id, a, b)
|