Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c271 #define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0) in intel_dp_aux_wait_done()
341 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0) in intel_dp_aux_ch()
362 DP_AUX_CH_CTL_SEND_BUSY | in intel_dp_aux_ch()
376 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0) in intel_dp_aux_ch()
H A Di915_reg.h2890 #define DP_AUX_CH_CTL_SEND_BUSY (1UL << 31) /* OSOL_i915 */ macro