Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ge/mx53ppd/
H A Dmx53ppd.c43 static u32 mx53_dram_size[2]; variable
58 return mx53_dram_size[0]; in get_effective_memsize()
63 mx53_dram_size[0] = get_ram_size((void *)PHYS_SDRAM_1, 1 << 30); in dram_init()
64 mx53_dram_size[1] = get_ram_size((void *)PHYS_SDRAM_2, 1 << 30); in dram_init()
66 gd->ram_size = mx53_dram_size[0] + mx53_dram_size[1]; in dram_init()
74 gd->bd->bi_dram[0].size = mx53_dram_size[0]; in dram_init_banksize()
77 gd->bd->bi_dram[1].size = mx53_dram_size[1]; in dram_init_banksize()
/openbmc/u-boot/board/menlo/m53menlo/
H A Dm53menlo.c34 static u32 mx53_dram_size[2]; variable
49 return PHYS_SDRAM_2 + mx53_dram_size[1]; in board_get_usable_ram_top()
54 mx53_dram_size[0] = get_ram_size((void *)PHYS_SDRAM_1, 1 << 30); in dram_init()
55 mx53_dram_size[1] = get_ram_size((void *)PHYS_SDRAM_2, 1 << 30); in dram_init()
57 gd->ram_size = mx53_dram_size[0] + mx53_dram_size[1]; in dram_init()
65 gd->bd->bi_dram[0].size = mx53_dram_size[0]; in dram_init_banksize()
68 gd->bd->bi_dram[1].size = mx53_dram_size[1]; in dram_init_banksize()