Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dsdram.c26 u32 dw = DDR_DW32 ? 4 : 2; in sdram_size()
53 DDR_DW32 | DDRC_CFG_MPRT | ((tmp | 0x8) << 2) | in ddr_cfg_init()
174 u32 start = (DDR_ROW + DDR_COL + (DDR_DW32 ? 4 : 2) / 2) - 12; in mem_remap()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h416 #define DDR_DW32 1 macro