Searched refs:_PICK_EVEN (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_reg_defs.h | 18 #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 D | intel_dmc_regs.h | 83 #define TGL_PIPE_MMIO_START(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_START,\ 86 #define TGL_PIPE_MMIO_END(dmc_id) _PICK_EVEN(((dmc_id) - 1), _TGL_PIPEA_MMIO_END,\
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg_defs.h | 213 #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 D | intel_mchbar_regs.h | 100 _PICK_EVEN((x) - 8, BXT_D_CR_DRP0_DUNIT8,\
|
H A D | i915_reg.h | 4181 #define _ID(id, a, b) _PICK_EVEN(id, a, b) 4676 #define BW_BUDDY_CTL(x) _MMIO(_PICK_EVEN(x, \ 4685 #define BW_BUDDY_PAGE_MASK(x) _MMIO(_PICK_EVEN(x, \ 6624 #define TCSS_DDI_STATUS(tc) _MMIO(_PICK_EVEN(tc, \
|