/openbmc/u-boot/include/configs/ |
H A D | exynos7420-common.h | 50 #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE 51 #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) 52 #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE 53 #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) 54 #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE 55 #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) 56 #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE 58 #define PHYS_SDRAM_5_SIZE SDRAM_BANK_SIZE 60 #define PHYS_SDRAM_6_SIZE SDRAM_BANK_SIZE 62 #define PHYS_SDRAM_7_SIZE SDRAM_BANK_SIZE [all …]
|
H A D | exynos5-common.h | 60 #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE 61 #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) 62 #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE 63 #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) 64 #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE 65 #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) 66 #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE 68 #define PHYS_SDRAM_5_SIZE SDRAM_BANK_SIZE 70 #define PHYS_SDRAM_6_SIZE SDRAM_BANK_SIZE 72 #define PHYS_SDRAM_7_SIZE SDRAM_BANK_SIZE [all …]
|
H A D | smdkv310.h | 52 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro 54 #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE 55 #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) 56 #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE 57 #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) 58 #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE 59 #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) 60 #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE
|
H A D | rk3036_common.h | 28 #define SDRAM_BANK_SIZE (512UL << 20UL) macro 29 #define SDRAM_MAX_SIZE (CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE)
|
H A D | rock960_rk3399.h | 13 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | evb_rk3399.h | 13 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | evb_rk3328.h | 13 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | peach-pit.h | 30 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
H A D | espresso7420.h | 25 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
H A D | puma_rk3399.h | 17 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | exynos5250-common.h | 32 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
H A D | peach-pi.h | 39 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
H A D | smdk5420.h | 36 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
H A D | rk3188_common.h | 37 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | rk322x_common.h | 29 #define SDRAM_BANK_SIZE (512UL << 20UL) macro
|
H A D | rk3288_common.h | 40 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
H A D | origen.h | 22 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
H A D | odroid_xu3.h | 21 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
H A D | odroid.h | 25 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
H A D | s5pc210_universal.h | 23 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
H A D | trats2.h | 26 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
H A D | trats.h | 27 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
/openbmc/u-boot/board/samsung/arndale/ |
H A D | arndale.c | 45 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init() 46 gd->ram_size += get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init() 63 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init_banksize() 64 size = get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init_banksize()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | board.c | 104 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init() 105 gd->ram_size += get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init() 116 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init_banksize() 117 size = get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init_banksize()
|