From aa7172ded9d216266be3cd9985c2d9d2c8af25a1 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion <andrei.simion@xilinx.com> Date: Thu, 15 Jan 2015 18:11:19 -0800 Subject: [PATCH] dp: rx: Added register values for overriding the link rate. Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com> --- XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h index 563783c3..bc389520 100644 --- a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h +++ b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h @@ -578,6 +578,11 @@ assertion for start of training pattern 3. */ #define XDPRX_INTERRUPT_MASK_ALL 0x7FFFF /**< Mask all interrupts. */ + +/* 0x09C: XDPRX_OVER_LINK_BW_SET */ +#define XDPRX_OVER_LINK_BW_SET_162GBPS 0x06 /**< 1.62 Gbps link rate. */ +#define XDPRX_OVER_LINK_BW_SET_270GBPS 0x0A /**< 2.70 Gbps link rate. */ +#define XDPRX_OVER_LINK_BW_SET_540GBPS 0x14 /**< 5.40 Gbps link rate. */ /* @} */ #endif /* XDPRX_HW_H_ */