dp: rx: Added vendor specific DPCD registers.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-15 14:27:30 -08:00 committed by Nava kishore Manne
parent 8933949ee9
commit b59cb36747

View file

@ -437,6 +437,23 @@
(XDPRX_VC_PAYLOAD_TABLE + SlotNum) (XDPRX_VC_PAYLOAD_TABLE + SlotNum)
/* @} */ /* @} */
/** @name DPRX core registers: Vendor specific DPCD.
* @{
*/
#define XDPRX_SOURCE_DEVICE_SPECIFIC_FIELD 0xE00 /**< User access to the source
specific field as
exposed in the RX
DPCD (0xFF bytes). */
#define XDPRX_SOURCE_DEVICE_SPECIFIC_FIELD_REG(RegNum) \
(XDPRX_SOURCE_DEVICE_SPECIFIC_FIELD + (4 * RegNum))
#define XDPRX_SINK_DEVICE_SPECIFIC_FIELD 0xF00 /**< User access to the sink
specific field as
exposed in the RX
DPCD (0xFF bytes). */
#define XDPRX_SINK_DEVICE_SPECIFIC_FIELD_REG(RegNum) \
(XDPRX_SINK_DEVICE_SPECIFIC_FIELD + (4 * RegNum))
/* @} */
/******************* Macros (Inline Functions) Definitions ********************/ /******************* Macros (Inline Functions) Definitions ********************/
/** @name Register access macro definitions. /** @name Register access macro definitions.