Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dsdram.c245 mem_base0 = (DDR_MEM_PHY_BASE >> 24) & 0xff; in sdram_init()
251 mem_base1 = ((DDR_MEM_PHY_BASE + mem_size0) >> 24) & 0xff; in sdram_init()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h37 #define DDR_MEM_PHY_BASE 0x20000000 macro