Home
last modified time | relevance | path

Searched refs:DDRC_CFG_TYPE_BIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h103 #define DDRC_CFG_TYPE_BIT 17 macro
104 #define DDRC_CFG_TYPE_MASK (0x7 << DDRC_CFG_TYPE_BIT)
105 #define DDRC_CFG_TYPE_DDR1 (2 << DDRC_CFG_TYPE_BIT)
106 #define DDRC_CFG_TYPE_MDDR (3 << DDRC_CFG_TYPE_BIT)
107 #define DDRC_CFG_TYPE_DDR2 (4 << DDRC_CFG_TYPE_BIT)
108 #define DDRC_CFG_TYPE_LPDDR2 (5 << DDRC_CFG_TYPE_BIT)
109 #define DDRC_CFG_TYPE_DDR3 (6 << DDRC_CFG_TYPE_BIT)