Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-tegra/
A Dboard2.c315 ulong total_size_below_4g; in usable_ram_size_below_4g() local
324 total_size_below_4g = gd->ram_size; in usable_ram_size_below_4g()
326 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()
329 usable_size_below_4g = total_size_below_4g - carveout_size(); in usable_ram_size_below_4g()

Completed in 3 milliseconds