Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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 | \
/OK3568_Linux_fs/u-boot/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 |\
/OK3568_Linux_fs/u-boot/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 | \
/OK3568_Linux_fs/u-boot/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.c169 if ((lane_status & DP_LANE_CR_DONE) == 0) in analogix_dp_clock_recovery_ok()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h599 # define DP_LANE_CR_DONE (1 << 0) macro
603 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1326 if ((lane_status & DP_LANE_CR_DONE) == 0) in cdv_intel_clock_recovery_ok()
1333 #define CHANNEL_EQ_BITS (DP_LANE_CR_DONE|\
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_edp.c372 if ((lane_status & DP_LANE_CR_DONE) == 0) in rk_edp_clock_recovery()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c92 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c787 DP_LANE_CR_DONE | in tegra_dc_dp_link_trained()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c408 if ((lane_status & DP_LANE_CR_DONE) == 0) in analogix_dp_clock_recovery_ok()