Home
last modified time | relevance | path

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

/u-boot/include/configs/
A Dapalis-imx8.h94 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
95 #define PHYS_SDRAM_2_SIZE SZ_2G /* 2 GB */
A Dmx6sllevk.h108 #define PHYS_SDRAM_SIZE SZ_2G
A Dcolibri-imx8x.h129 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
A Dphycore_imx8mm.h102 #define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */
A Dapalis-imx8x.h123 #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */
A Dverdin-imx8mm.h95 #define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */
/u-boot/arch/arm/mach-tegra/
A Dboard2.c323 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()
A Dboard.c141 if (size_bytes == SZ_2G) in query_sdram_size()
/u-boot/include/linux/
A Dsizes.h47 #define SZ_2G 0x80000000 macro
/u-boot/board/compulab/cl-som-imx7/
A Dspl.c124 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()
/u-boot/arch/arm/mach-mediatek/mt7623/
A Dinit.c39 SZ_2G); in dram_init()
/u-boot/drivers/pci_endpoint/
A Dpcie-cadence-ep.c74 bool is_64bits = (sz > SZ_2G) | in cdns_set_bar()

Completed in 10 milliseconds