dp: rx: Added receiver core configuration registers.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-15 10:59:23 -08:00 committed by Nava kishore Manne
parent 9817415d75
commit 342c11f3e5

View file

@ -59,6 +59,25 @@
/************************** Constant Definitions ******************************/
/** @name DPRX core registers: Receiver core configuration.
* @{
*/
#define XDPRX_LINK_ENABLE 0x000 /**< Enable the receiver
core. */
#define XDPRX_AUX_CLK_DIVIDER 0x004 /**< Clock divider value for
generating the internal
1MHz clock. */
#define XDPRX_DTG_ENABLE 0x00C /**< Enables the display timing
generator (DTG). */
#define XDPRX_USER_PIXEL_WIDTH 0x010 /**< Selects the width of the
user data input port. */
#define XDPRX_INTERRUPT_MASK 0x014 /**< Masks the specified
interrupt sources. */
#define XDPRX_MISC_CTRL 0x018 /**< Miscellaneous control of
RX behavior. */
#define XDPRX_SOFT_RESET 0x01C /**< Software reset. */
/* @} */
/******************* Macros (Inline Functions) Definitions ********************/
/** @name Register access macro definitions.