Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_hdcp_regs.h72 #define _PORT_HDCP_AUTHENC(port, x) _MMIO(_PICK(port, \
185 #define _PORT_HDCP2_BASE(port, x) _MMIO(_PICK((port), \
236 #define PIPE_HDCP2_STREAM_STATUS(pipe) _MMIO(_PICK((pipe), \
Dintel_combo_phy_regs.h17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \
Dintel_tc_phy_regs.h145 #define _FIA(fia) _PICK((fia), FIA1_BASE, FIA2_BASE, FIA3_BASE)
/drivers/gpu/drm/i915/
Di915_reg.h133 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) macro
152 #define _PHY3(phy, ...) _PICK(phy, __VA_ARGS__)
154 #define _MMIO_PIPE3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
155 #define _MMIO_PORT3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
157 #define _MMIO_PLL3(pll, ...) _MMIO(_PICK(pll, __VA_ARGS__))
1105 #define MBUS_ABOX_CTL(x) _MMIO(_PICK(x, _MBUS_ABOX0_CTL, \
1788 _PICK((pipe), _PALETTE_A, \
3469 #define XELPDP_DP_AUX_CH_CTL(aux_ch) _MMIO(_PICK(aux_ch, \
3483 #define XELPDP_DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PICK(aux_ch, \
5062 #define _SEL_FETCH_PLANE_BASE_A(plane) _PICK(plane, \
[all …]
/drivers/gpu/drm/i915/gt/
Dintel_gt_regs.h291 #define RING_FAULT_REG(engine) _MMIO(_PICK((engine)->class, \