Searched refs:_PICK (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_hdcp_regs.h | 74 #define _PORT_HDCP_AUTHENC(port, x) _MMIO(_PICK(port, \ 187 #define _PORT_HDCP2_BASE(port, x) _MMIO(_PICK((port), \ 238 #define PIPE_HDCP2_STREAM_STATUS(pipe) _MMIO(_PICK((pipe), \
|
| H A D | skl_watermark_regs.h | 60 #define DBUF_CTL_S(slice) _MMIO(_PICK(slice, \
|
| H A D | intel_combo_phy_regs.h | 17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_reg_defs.h | 163 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) macro
|
| H A D | i915_reg.h | 308 #define HECI_FWSTS(base, x) _MMIO((base) + _PICK(x, -(base), \ 991 #define LATENCY_REPORTING_REMOVED(pipe) _PICK((pipe), \
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_regs.h | 321 #define RING_FAULT_REG(engine) _MMIO(_PICK((engine)->class, \
|