Searched refs:_PICK (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_reg.h | 223 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) macro 242 #define _PHY3(phy, ...) _PICK(phy, __VA_ARGS__) 244 #define _MMIO_PIPE3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c)) 245 #define _MMIO_PORT3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c)) 247 #define _MMIO_PLL3(pll, ...) _MMIO(_PICK(pll, __VA_ARGS__)) 1896 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \ 2291 #define _FIA(fia) _PICK((fia), FIA1_BASE, FIA2_BASE, FIA3_BASE) 2585 #define RING_FAULT_REG(engine) _MMIO(_PICK((engine)->class, \ 2944 #define MBUS_ABOX_CTL(x) _MMIO(_PICK(x, _MBUS_ABOX0_CTL, \ 3793 _PICK((pipe), _PALETTE_A, \ [all …]
|