Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h121 #define DDRC_CFG_COL_BIT 8 macro
122 #define DDRC_CFG_COL_MASK (0x7 << DDRC_CFG_COL_BIT)
123 #define DDRC_CFG_COL_8 (0 << DDRC_CFG_COL_BIT)
124 #define DDRC_CFG_COL_9 (1 << DDRC_CFG_COL_BIT)
125 #define DDRC_CFG_COL_10 (2 << DDRC_CFG_COL_BIT)
126 #define DDRC_CFG_COL_11 (3 << DDRC_CFG_COL_BIT)