Home
last modified time | relevance | path

Searched refs:DP_AUX_CH_CTL_RECEIVE_ERROR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c1023 DP_AUX_CH_CTL_RECEIVE_ERROR | in g4x_get_aux_send_ctl()
1039 DP_AUX_CH_CTL_RECEIVE_ERROR | in skl_get_aux_send_ctl()
1131 DP_AUX_CH_CTL_RECEIVE_ERROR); in intel_dp_aux_ch()
1141 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) { in intel_dp_aux_ch()
1160 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) { in intel_dp_aux_ch()
H A Di915_reg.h5244 #define DP_AUX_CH_CTL_RECEIVE_ERROR (1 << 25) macro