Searched refs:_PICK_EVEN (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_dmc_regs.h | 73 #define TGL_PIPE_MMIO_START(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_START,\ 76 #define TGL_PIPE_MMIO_END(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_END,\
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_mchbar_regs.h | 100 _PICK_EVEN((x) - 8, BXT_D_CR_DRP0_DUNIT8,\
|
D | i915_reg.h | 126 #define _PICK_EVEN(__index, __a, __b) ((__a) + (__index) * ((__b) - (__a))) macro 138 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) 139 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) 140 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) 141 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) 142 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) 143 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b) 5332 #define _ID(id, a, b) _PICK_EVEN(id, a, b) 5796 #define BW_BUDDY_CTL(x) _MMIO(_PICK_EVEN(x, \ 5805 #define BW_BUDDY_PAGE_MASK(x) _MMIO(_PICK_EVEN(x, \ [all …]
|