Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/configs/
H A Dbcm_northstar2.h19 #define PHYS_SDRAM_1_SIZE (4UL * SZ_1G)
20 #define PHYS_SDRAM_2_SIZE (4UL * SZ_1G)
H A Dtqma6.h32 #define PHYS_SDRAM_SIZE (SZ_1G)
34 #define PHYS_SDRAM_SIZE (SZ_1G)
H A Dhsdk.h26 #define CONFIG_SYS_SDRAM_SIZE SZ_1G
H A Dpico-imx7d.h14 #define PHYS_SDRAM_SIZE SZ_1G
H A Dmx7ulp_evk.h90 #define PHYS_SDRAM_SIZE SZ_1G
H A Dmx7dsabresd.h15 #define PHYS_SDRAM_SIZE SZ_1G
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmemconf.c51 case SZ_1G: in __uniphier_memconf_init()
87 case SZ_1G: in __uniphier_memconf_init()
135 case SZ_1G: in __uniphier_memconf_init()
H A Ddram_init.c106 size = SZ_1G; in uniphier_memconf_decode()
146 size = SZ_1G; in uniphier_memconf_decode()
178 size = SZ_1G; in uniphier_memconf_decode()
/rk3399_rockchip-uboot/include/linux/
H A Dsizes.h45 #define SZ_1G 0x40000000 macro
/rk3399_rockchip-uboot/board/compulab/cm_t335/
H A Dspl.c106 long size = SZ_1G; in sdram_init()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A Drv1126b.c632 gd->bd->bi_dram[i].start = list[i].base < SZ_1G ? SZ_1G : list[i].base; in spl_fdt_fixup_memory()
669 return t->u.ddr_mem.bank[count] > SZ_1G ? in board_bidram_append_size()
670 SZ_1G : t->u.ddr_mem.bank[count]; in board_bidram_append_size()