dp: rx: Added core and protocol version registers.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
c054b6714c
commit
ea0c4f5d2b
2 changed files with 13 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue