dp: rx: Added register values for overriding the link rate.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-15 18:11:19 -08:00 committed by Nava kishore Manne
parent 3736bcbce0
commit aa7172ded9

View file

@ -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_ */