HomeSort by: relevance | last modified time | path
    Searched defs:native_reply (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c 231 unsigned int retry, native_reply; local in function:drm_dp_dpcd_access
256 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK;
257 if (native_reply == DP_AUX_NATIVE_REPLY_ACK) {
drm_dp_helper.c 231 unsigned int retry, native_reply; local in function:drm_dp_dpcd_access
256 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK;
257 if (native_reply == DP_AUX_NATIVE_REPLY_ACK) {
drm_dp_helper.c 231 unsigned int retry, native_reply; local in function:drm_dp_dpcd_access
256 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK;
257 if (native_reply == DP_AUX_NATIVE_REPLY_ACK) {

Completed in 36 milliseconds