Searched refs:SZ_2G (Results 1 – 5 of 5) sorted by relevance
271 if (gd->ram_size < SZ_2G) in usable_ram_size_below_4g()274 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()320 if (gd->ram_size > SZ_2G) { in dram_init_banksize()322 gd->bd->bi_dram[1].size = gd->ram_size - SZ_2G; in dram_init_banksize()
112 if (size_bytes == SZ_2G) in query_sdram_size()
122 case SZ_2G: in cl_som_imx7_spl_dram_cfg_size()145 for (ram_size = SZ_2G; ram_size >= SZ_256M; ram_size >>= 1) { in cl_som_imx7_spl_dram_cfg()
45 #define SZ_2G 0x80000000 macro
118 #define PHYS_SDRAM_SIZE SZ_2G