Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_reg_defs.h18 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b)
19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b)
20 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b)
21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b)
22 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b)
23 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b)
H A Dintel_dmc_regs.h84 #define TGL_PIPE_MMIO_START(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_START,\
87 #define TGL_PIPE_MMIO_END(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_END,\
H A Dintel_vdsc_regs.h66 #define _ICL_DSC0_PPS_0(pipe) _PICK_EVEN((pipe) - PIPE_B, \
69 #define _ICL_DSC1_PPS_0(pipe) _PICK_EVEN((pipe) - PIPE_B, \
/linux/drivers/gpu/drm/i915/
H A Di915_reg_defs.h213 #define _PICK_EVEN(__index, __a, __b) ((__a) + (__index) * ((__b) - (__a))) macro
241 ((__index) < (__c_index) ? _PICK_EVEN(__index, __a, __b) : \
242 _PICK_EVEN((__index) - (__c_index), __c, __d)))
H A Dintel_mchbar_regs.h100 _PICK_EVEN((x) - 8, BXT_D_CR_DRP0_DUNIT8,\