Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h130 #define DDRC_CFG_CL_BIT 2 macro
131 #define DDRC_CFG_CL_MASK (0xf << DDRC_CFG_CL_BIT)
132 #define DDRC_CFG_CL_3 (0 << DDRC_CFG_CL_BIT)
133 #define DDRC_CFG_CL_4 (1 << DDRC_CFG_CL_BIT)
134 #define DDRC_CFG_CL_5 (2 << DDRC_CFG_CL_BIT)
135 #define DDRC_CFG_CL_6 (3 << DDRC_CFG_CL_BIT)