Searched refs:SZ_2G (Results 1 – 12 of 12) sorted by relevance
94 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */95 #define PHYS_SDRAM_2_SIZE SZ_2G /* 2 GB */
108 #define PHYS_SDRAM_SIZE SZ_2G
129 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
102 #define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */
123 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
95 #define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */
323 if (gd->ram_size < SZ_2G) in usable_ram_size_below_4g()326 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()381 if (gd->ram_size > SZ_2G) { in dram_init_banksize()383 gd->bd->bi_dram[1].size = gd->ram_size - SZ_2G; in dram_init_banksize()
141 if (size_bytes == SZ_2G) in query_sdram_size()
47 #define SZ_2G 0x80000000 macro
124 case SZ_2G: in cl_som_imx7_spl_dram_cfg_size()147 for (ram_size = SZ_2G; ram_size >= SZ_256M; ram_size >>= 1) { in cl_som_imx7_spl_dram_cfg()
39 SZ_2G); in dram_init()
74 bool is_64bits = (sz > SZ_2G) | in cdns_set_bar()
Completed in 10 milliseconds