Skip to content
Snippets Groups Projects
Commit b5c13dac authored by Wenyou Yang's avatar Wenyou Yang Committed by Tom Rini
Browse files

ARM: at91: mach: Add missing defines of MPDDRC


Add missing defines of Multiport DDR-SDRAM Controller (MPDDRC).

Signed-off-by: default avatarWenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent dfd6d3a9
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,10 @@ int ddr3_init(const unsigned int base,
#define ATMEL_MPDDRC_CR_DLL_RESET_ENABLED (0x1 << 7)
#define ATMEL_MPDDRC_CR_DIC_DS (0x1 << 8)
#define ATMEL_MPDDRC_CR_DIS_DLL (0x1 << 9)
#define ATMEL_MPDDRC_CR_ZQ_INIT (0x0 << 10)
#define ATMEL_MPDDRC_CR_ZQ_LONG (0x1 << 10)
#define ATMEL_MPDDRC_CR_ZQ_SHORT (0x2 << 10)
#define ATMEL_MPDDRC_CR_ZQ_RESET (0x3 << 10)
#define ATMEL_MPDDRC_CR_OCD_DEFAULT (0x7 << 12)
#define ATMEL_MPDDRC_CR_DQMS_SHARED (0x1 << 16)
#define ATMEL_MPDDRC_CR_ENRDM_ON (0x1 << 17)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment