From 1c42a7097bd6b0264f0a50ab546171a7dafa08cc Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Thu, 12 Feb 2015 17:27:07 -0700 Subject: [PATCH] dp: tx: Added sink count register field definitions. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dp/src/xdp_hw.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/dp/src/xdp_hw.h b/XilinxProcessorIPLib/drivers/dp/src/xdp_hw.h index 0669c4ae..53b58d53 100644 --- a/XilinxProcessorIPLib/drivers/dp/src/xdp_hw.h +++ b/XilinxProcessorIPLib/drivers/dp/src/xdp_hw.h @@ -2084,6 +2084,11 @@ * and register values. * @{ */ +/* 0x00200: SINK_COUNT */ +#define XDP_DPCD_SINK_COUNT_LOW_MASK 0x3F +#define XDP_DPCD_SINK_CP_READY_MASK 0x40 +#define XDP_DPCD_SINK_COUNT_HIGH_MASK 0x80 +#define XDP_DPCD_SINK_COUNT_HIGH_LOW_SHIFT 1 /* 0x00202: STATUS_LANE_0_1 */ #define XDP_DPCD_STATUS_LANE_0_CR_DONE_MASK 0x01 #define XDP_DPCD_STATUS_LANE_0_CE_DONE_MASK 0x02