Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 | \
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h489 #define DP_LANE_CR_DONE (1 << 0) macro
492 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE |\
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dp_helper.h558 # define DP_LANE_CR_DONE (1 << 0) macro
562 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_dp_helper.c79 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()
H A Danalogix_dp.c283 if ((lane_status & DP_LANE_CR_DONE) == 0) in analogix_dp_clock_recovery_ok()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c372 if ((lane_status & DP_LANE_CR_DONE) == 0) in rk_edp_clock_recovery()
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c787 DP_LANE_CR_DONE | in tegra_dc_dp_link_trained()