Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dsdram.c30 if ((cs == 0) && DDR_CS0EN) { in sdram_size()
55 (DDR_CS0EN << 6) | (DDR_BANK8 << 1) | in ddr_cfg_init()
89 (DDR_CS0EN | (DDR_CS1EN << 1)) << DDRP_PGCR_RANKEN_BIT | in ddr_phy_init()
177 if (DDR_CS0EN && DDR_CS1EN) in mem_remap()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h405 #define DDR_CS0EN 1 macro