Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h356 #define DDRP_DCR_TYPE_BIT 0 macro
357 #define DDRP_DCR_TYPE_MASK (0x7 << DDRP_DCR_TYPE_BIT)
358 #define DDRP_DCR_TYPE_MDDR (0 << DDRP_DCR_TYPE_BIT)
359 #define DDRP_DCR_TYPE_DDR (1 << DDRP_DCR_TYPE_BIT)
360 #define DDRP_DCR_TYPE_DDR2 (2 << DDRP_DCR_TYPE_BIT)
361 #define DDRP_DCR_TYPE_DDR3 (3 << DDRP_DCR_TYPE_BIT)
362 #define DDRP_DCR_TYPE_LPDDR2 (4 << DDRP_DCR_TYPE_BIT)