Home
last modified time | relevance | path

Searched defs:aux_ch (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux_regs.h21 #define __xe2lpd_aux_ch_idx(aux_ch) \ argument
26 #define DP_AUX_CH_CTL(aux_ch) _MMIO_PORT(aux_ch, _DPA_AUX_CH_CTL, \ argument
28 #define VLV_DP_AUX_CH_CTL(aux_ch) _MMIO(VLV_DISPLAY_BASE + \ argument
33 #define PCH_DP_AUX_CH_CTL(aux_ch) _MMIO_PORT((aux_ch) - AUX_CH_B, _PCH_DPB_AUX_CH_CTL, _PCH_DPC_AUX… argument
37 #define _XELPDP_DP_AUX_CH_CTL(aux_ch) \ argument
42 #define XELPDP_DP_AUX_CH_CTL(i915__, aux_ch) \ argument
80 #define DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT(aux_ch, _DPA_AUX_CH_DATA1, \ argument
82 #define VLV_DP_AUX_CH_DATA(aux_ch, i) _MMIO(VLV_DISPLAY_BASE + _PORT(aux_ch, _DPA_AUX_CH_DATA1, \ argument
87 #define PCH_DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT((aux_ch) - AUX_CH_B, _PCH_DPB_AUX_CH_DATA1, _PCH_… argument
91 #define _XELPDP_DP_AUX_CH_DATA(aux_ch, i) \ argument
[all …]
/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.h130 struct intel_vgpu_i2c_aux_ch aux_ch; member