| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | exynos7420-common.h | 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 61 #define PHYS_SDRAM_5 (CONFIG_SYS_SDRAM_BASE + (4 * SDRAM_BANK_SIZE)) 62 #define PHYS_SDRAM_5_SIZE SDRAM_BANK_SIZE 63 #define PHYS_SDRAM_6 (CONFIG_SYS_SDRAM_BASE + (5 * SDRAM_BANK_SIZE)) [all …]
|
| H A D | exynos5-common.h | 61 #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE 62 #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) 63 #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE 64 #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) 65 #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE 66 #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) 67 #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE 68 #define PHYS_SDRAM_5 (CONFIG_SYS_SDRAM_BASE + (4 * SDRAM_BANK_SIZE)) 69 #define PHYS_SDRAM_5_SIZE SDRAM_BANK_SIZE 70 #define PHYS_SDRAM_6 (CONFIG_SYS_SDRAM_BASE + (5 * SDRAM_BANK_SIZE)) [all …]
|
| H A D | smdkv310.h | 57 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro 59 #define PHYS_SDRAM_1_SIZE SDRAM_BANK_SIZE 60 #define PHYS_SDRAM_2 (CONFIG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE) 61 #define PHYS_SDRAM_2_SIZE SDRAM_BANK_SIZE 62 #define PHYS_SDRAM_3 (CONFIG_SYS_SDRAM_BASE + (2 * SDRAM_BANK_SIZE)) 63 #define PHYS_SDRAM_3_SIZE SDRAM_BANK_SIZE 64 #define PHYS_SDRAM_4 (CONFIG_SYS_SDRAM_BASE + (3 * SDRAM_BANK_SIZE)) 65 #define PHYS_SDRAM_4_SIZE SDRAM_BANK_SIZE
|
| H A D | evb_rk3328.h | 18 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | peach-pit.h | 34 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
| H A D | espresso7420.h | 30 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
| H A D | exynos5250-common.h | 35 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
| H A D | peach-pi.h | 43 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
| H A D | evb_rk3399.h | 20 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | smdk5420.h | 40 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ macro
|
| H A D | puma_rk3399.h | 22 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | rk322x_common.h | 35 #define SDRAM_BANK_SIZE (512UL << 20UL) macro
|
| H A D | rk3036_common.h | 37 #define SDRAM_BANK_SIZE (512UL << 20UL) macro
|
| H A D | rk3188_common.h | 48 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | rk1808_common.h | 45 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | rk3288_common.h | 47 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | px30_common.h | 42 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | origen.h | 24 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
| H A D | rk3308_common.h | 52 #define SDRAM_BANK_SIZE (2UL << 30) macro
|
| H A D | rk3066_common.h | 20 #define SDRAM_BANK_SIZE (1024UL << 20UL) macro
|
| H A D | odroid.h | 27 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
| H A D | odroid_xu3.h | 25 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ macro
|
| H A D | s5pc210_universal.h | 25 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ macro
|
| /OK3568_Linux_fs/u-boot/board/samsung/arndale/ |
| H A D | arndale.c | 46 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init() 47 gd->ram_size += get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init() 64 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init_banksize() 65 size = get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | board.c | 105 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init() 106 gd->ram_size += get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init() 117 addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); in dram_init_banksize() 118 size = get_ram_size((long *)addr, SDRAM_BANK_SIZE); in dram_init_banksize()
|