Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_dp_helper.h233 # define DP_LANE_CR_DONE (1 << 0) macro
237 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
H A Ddrm_dp_helper.c79 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()