Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h216 #define _PICK_EVEN(__index, __a, __b) ((__a) + (__index) * ((__b) - (__a))) macro
228 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b)
229 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b)
230 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b)
231 #define _PORT(port, a, b) _PICK_EVEN(port, a, b)
232 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b)
7460 #define _ID(id, a, b) _PICK_EVEN(id, a, b)
7926 #define DBUF_CTL_S(slice) _MMIO(_PICK_EVEN(slice, _DBUF_CTL_S1, _DBUF_CTL_S2))
7935 #define BW_BUDDY_CTL(x) _MMIO(_PICK_EVEN(x, \
7944 #define BW_BUDDY_PAGE_MASK(x) _MMIO(_PICK_EVEN(x, \
[all …]