Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c369 DP_AUX_CH_CTL_TIME_OUT_ERROR | in intel_dp_aux_ch()
386 DP_AUX_CH_CTL_TIME_OUT_ERROR | in intel_dp_aux_ch()
389 if (status & (DP_AUX_CH_CTL_TIME_OUT_ERROR | in intel_dp_aux_ch()
413 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) { in intel_dp_aux_ch()
H A Di915_reg.h2893 #define DP_AUX_CH_CTL_TIME_OUT_ERROR (1 << 28) macro