dp: tx: Added sink count register field definitions.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
6b2f2b94b5
commit
1c42a7097b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue