Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h252 # define DP_LANE_CR_DONE (1 << 0) macro
256 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h488 #define DP_LANE_CR_DONE (1 << 0) macro
491 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE |\
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h740 # define DP_LANE_CR_DONE (1 << 0) macro
744 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1322 if ((lane_status & DP_LANE_CR_DONE) == 0) in cdv_intel_clock_recovery_ok()
1329 #define CHANNEL_EQ_BITS (DP_LANE_CR_DONE|\
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_edp.c369 if ((lane_status & DP_LANE_CR_DONE) == 0) in rk_edp_clock_recovery()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c784 DP_LANE_CR_DONE | in tegra_dc_dp_link_trained()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c343 if ((lane_status & DP_LANE_CR_DONE) == 0) in analogix_dp_clock_recovery_ok()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c116 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()