Home
last modified time | relevance | path

Searched refs:DP_LANE_CHANNEL_EQ_DONE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Ddrm_dp_helper.h253 # define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
257 DP_LANE_CHANNEL_EQ_DONE | \
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h490 #define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
493 DP_LANE_CHANNEL_EQ_DONE |\
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dp_helper.h559 # define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
563 DP_LANE_CHANNEL_EQ_DONE | \
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c788 DP_LANE_CHANNEL_EQ_DONE | in tegra_dc_dp_link_trained()