dp: tx: Added sink count register field definitions.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-02-12 17:27:07 -07:00 committed by Nava kishore Manne
parent 6b2f2b94b5
commit 1c42a7097b

View file

@ -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