dp: rx: Added MST sideband messaging registers.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
1cb3119c90
commit
8933949ee9
1 changed files with 14 additions and 0 deletions
|
@ -423,6 +423,20 @@
|
||||||
of stream 1. */
|
of stream 1. */
|
||||||
/* @} */
|
/* @} */
|
||||||
|
|
||||||
|
/** @name DPRX core registers: MST field for sideband message buffers and the
|
||||||
|
* virtual channel payload table.
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define XDPRX_DOWN_REQ 0xA00 /**< Down request buffer address
|
||||||
|
space. */
|
||||||
|
#define XDPRX_DOWN_REP 0xB00 /**< Down reply buffer address
|
||||||
|
space. */
|
||||||
|
#define XDPRX_VC_PAYLOAD_TABLE 0x800 /**< Virtual channel payload
|
||||||
|
table (0xFF bytes). */
|
||||||
|
#define XDPRX_VC_PAYLOAD_TABLE_ID_SLOT(SlotNum) \
|
||||||
|
(XDPRX_VC_PAYLOAD_TABLE + SlotNum)
|
||||||
|
/* @} */
|
||||||
|
|
||||||
/******************* Macros (Inline Functions) Definitions ********************/
|
/******************* Macros (Inline Functions) Definitions ********************/
|
||||||
|
|
||||||
/** @name Register access macro definitions.
|
/** @name Register access macro definitions.
|
||||||
|
|
Loading…
Add table
Reference in a new issue