Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/
Dboard2.c261 static ulong usable_ram_size_below_4g(void) in usable_ram_size_below_4g() function
313 gd->bd->bi_dram[0].size = usable_ram_size_below_4g(); in dram_init_banksize()
345 return CONFIG_SYS_SDRAM_BASE + usable_ram_size_below_4g(); in board_get_usable_ram_top()