Searched refs:DP_AUX_NATIVE_REPLY_MASK (Results 1 – 3 of 3) sorted by relevance
689 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK) in cdv_intel_dp_aux_native_write()691 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER) in cdv_intel_dp_aux_native_write()735 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK) { in cdv_intel_dp_aux_native_read()739 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER) in cdv_intel_dp_aux_native_read()802 switch ((reply[0] >> 4) & DP_AUX_NATIVE_REPLY_MASK) { in cdv_intel_dp_i2c_aux_ch()
97 #define DP_AUX_NATIVE_REPLY_MASK (0x3 << 0) macro
549 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK; in drm_dp_dpcd_access()1727 switch (msg->reply & DP_AUX_NATIVE_REPLY_MASK) { in drm_dp_i2c_do_msg()