Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Ddrm_dp_helper.h262 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h497 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/rk3399_rockchip-uboot/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.c295 if ((link_align & DP_INTERLANE_ALIGN_DONE) == 0) in analogix_dp_channel_eq_ok()
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dp_helper.h568 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c387 if (!(lane_align & DP_INTERLANE_ALIGN_DONE)) in rk_edp_channel_eq()