Searched refs:_PORT_HDCP2_BASE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp_regs.h | 185 #define _PORT_HDCP2_BASE(port, x) _MMIO(_PICK((port), \ macro 193 #define PORT_HDCP2_AUTH(port) _PORT_HDCP2_BASE(port, 0x98) 207 #define PORT_HDCP2_CTL(port) _PORT_HDCP2_BASE(port, 0xB0) 218 #define PORT_HDCP2_STATUS(port) _PORT_HDCP2_BASE(port, 0xB4)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 9855 #define _PORT_HDCP2_BASE(port, x) _MMIO(_PICK((port), \ macro 9862 #define PORT_HDCP2_AUTH(port) _PORT_HDCP2_BASE(port, 0x98) 9876 #define PORT_HDCP2_CTL(port) _PORT_HDCP2_BASE(port, 0xB0) 9887 #define PORT_HDCP2_STATUS(port) _PORT_HDCP2_BASE(port, 0xB4)
|
Completed in 39 milliseconds