Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h262 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_dp_helper.c61 if ((lane_align & DP_INTERLANE_ALIGN_DONE) == 0) in drm_dp_channel_eq_ok()
H A Danalogix_dp.c181 if ((link_align & DP_INTERLANE_ALIGN_DONE) == 0) in analogix_dp_channel_eq_ok()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h497 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h568 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_edp.c387 if (!(lane_align & DP_INTERLANE_ALIGN_DONE)) in rk_edp_channel_eq()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h609 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c73 if ((lane_align & DP_INTERLANE_ALIGN_DONE) == 0) in drm_dp_channel_eq_ok()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358767.c1129 if (!(tmp[2] & DP_INTERLANE_ALIGN_DONE)) { in tc_main_link_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1346 if ((lane_align & DP_INTERLANE_ALIGN_DONE) == 0) in cdv_intel_channel_eq_ok()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c420 if ((link_align & DP_INTERLANE_ALIGN_DONE) == 0) in analogix_dp_channel_eq_ok()