Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h253 # define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
257 DP_LANE_CHANNEL_EQ_DONE | \
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h489 #define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
492 DP_LANE_CHANNEL_EQ_DONE |\
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h741 # define DP_LANE_CHANNEL_EQ_DONE (1 << 1) macro
745 DP_LANE_CHANNEL_EQ_DONE | \
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c785 DP_LANE_CHANNEL_EQ_DONE | in tegra_dc_dp_link_trained()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1330 DP_LANE_CHANNEL_EQ_DONE|\
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c176 if (!(lane_status & DP_LANE_CHANNEL_EQ_DONE)) in drm_dp_128b132b_lane_channel_eq_done()