Searched refs:SZ_2G (Results 1 – 9 of 9) sorted by relevance
290 if (gd->ram_size < SZ_2G) in usable_ram_size_below_4g()293 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()348 if (gd->ram_size > SZ_2G) { in dram_init_banksize()350 gd->bd->bi_dram[1].size = gd->ram_size - SZ_2G; in dram_init_banksize()
137 if (size_bytes == SZ_2G) in query_sdram_size()
105 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */106 #define PHYS_SDRAM_2_SIZE SZ_2G /* 2 GB */
111 #define PHYS_SDRAM_SIZE SZ_2G
137 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
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()
47 #define SZ_2G 0x80000000 macro
37 SZ_2G); in dram_init()
73 bool is_64bits = (sz > SZ_2G) | in cdns_set_bar()