Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/
H A Dboard2.c281 ulong total_size_below_4g; in usable_ram_size_below_4g() local
290 total_size_below_4g = gd->ram_size; in usable_ram_size_below_4g()
292 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()
295 usable_size_below_4g = total_size_below_4g - carveout_size(); in usable_ram_size_below_4g()