dp: rx: Added core and protocol version registers.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-15 11:34:25 -08:00 committed by Nava kishore Manne
parent c054b6714c
commit ea0c4f5d2b
2 changed files with 13 additions and 2 deletions

View file

@ -206,6 +206,15 @@
XDPRX_GUID[0-3]. */ XDPRX_GUID[0-3]. */
/* @} */ /* @} */
/** @name DPRX core registers: Core ID.
* @{
*/
#define XDPRX_VERSION 0x0F8 /**< Version and revision of the
DisplayPort core. */
#define XDPRX_CORE_ID 0x0FC /**< DisplayPort protocol
version and revision. */
/* @} */
/******************* Macros (Inline Functions) Definitions ********************/ /******************* Macros (Inline Functions) Definitions ********************/
/** @name Register access macro definitions. /** @name Register access macro definitions.

View file

@ -104,8 +104,10 @@
/** @name DPTX core registers: Core ID. /** @name DPTX core registers: Core ID.
* @{ * @{
*/ */
#define XDPTX_VERSION 0x00F8 /**< Core version. */ #define XDPTX_VERSION 0x00F8 /**< Version and revision of the
#define XDPTX_CORE_ID 0x00FC /**< DisplayPort revision. */ DisplayPort core. */
#define XDPTX_CORE_ID 0x00FC /**< DisplayPort protocol
version and revision. */
/* @} */ /* @} */
/** @name DPTX core registers: AUX channel interface. /** @name DPTX core registers: AUX channel interface.