| /OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/ |
| H A D | edb93xx.c | 126 unsigned dram_bank_base[CONFIG_NR_DRAM_BANKS]) in dram_fill_bank_addr() argument 151 (i != 0) && (j < CONFIG_NR_DRAM_BANKS); --i, ++j) { in dram_fill_bank_addr() 174 unsigned dram_bank_base[CONFIG_NR_DRAM_BANKS]; in dram_init_banksize_int() 190 for (; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init_banksize_int() 200 if (dram_bank_cnt > CONFIG_NR_DRAM_BANKS) { in dram_init_banksize_int() 204 CONFIG_NR_DRAM_BANKS, dram_bank_cnt); in dram_init_banksize_int() 205 dram_bank_cnt = CONFIG_NR_DRAM_BANKS; in dram_init_banksize_int()
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/ |
| H A D | memtester.c | 68 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in doing_memtester() 69 u32v * bufa[CONFIG_NR_DRAM_BANKS], *bufb[CONFIG_NR_DRAM_BANKS]; in doing_memtester() 70 ul count[CONFIG_NR_DRAM_BANKS]; in doing_memtester() 157 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in do_memtester()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | mv-common.h | 96 #ifndef CONFIG_NR_DRAM_BANKS 97 #define CONFIG_NR_DRAM_BANKS CONFIG_NR_DRAM_BANKS_MAX macro 99 #if (CONFIG_NR_DRAM_BANKS > CONFIG_NR_DRAM_BANKS_MAX) 100 #error CONFIG_NR_DRAM_BANKS Configurated more than available
|
| H A D | ti_armv7_common.h | 68 #ifndef CONFIG_NR_DRAM_BANKS 69 #define CONFIG_NR_DRAM_BANKS 1 macro
|
| H A D | rcar-gen3-common.h | 53 #define CONFIG_NR_DRAM_BANKS 4 macro 65 #define CONFIG_NR_DRAM_BANKS 2 macro
|
| H A D | rockchip-common.h | 24 #define CONFIG_NR_DRAM_BANKS 2 macro 26 #define CONFIG_NR_DRAM_BANKS 12 macro
|
| H A D | xilinx_zynqmp.h | 26 #ifndef CONFIG_NR_DRAM_BANKS 27 # define CONFIG_NR_DRAM_BANKS 2 macro
|
| H A D | vexpress_aemv8a.h | 147 #define CONFIG_NR_DRAM_BANKS 2 macro 151 #define CONFIG_NR_DRAM_BANKS 1 macro
|
| H A D | zynq-common.h | 278 #ifndef CONFIG_NR_DRAM_BANKS 279 # define CONFIG_NR_DRAM_BANKS 1 macro
|
| /OK3568_Linux_fs/u-boot/board/renesas/ulcb/ |
| H A D | ulcb.c | 185 #if (CONFIG_NR_DRAM_BANKS >= 2) in dram_init() 188 #if (CONFIG_NR_DRAM_BANKS >= 3) in dram_init() 191 #if (CONFIG_NR_DRAM_BANKS >= 4) in dram_init() 202 #if (CONFIG_NR_DRAM_BANKS >= 2) in dram_init_banksize() 206 #if (CONFIG_NR_DRAM_BANKS >= 3) in dram_init_banksize() 210 #if (CONFIG_NR_DRAM_BANKS >= 4) in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm-fdt.c | 55 u64 start[CONFIG_NR_DRAM_BANKS]; in arch_fixup_fdt() 56 u64 size[CONFIG_NR_DRAM_BANKS]; in arch_fixup_fdt() 61 for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) { in arch_fixup_fdt() 78 ret = fdt_fixup_memory_banks(blob, start, size, CONFIG_NR_DRAM_BANKS); in arch_fixup_fdt()
|
| /OK3568_Linux_fs/u-boot/board/renesas/salvator-x/ |
| H A D | salvator-x.c | 233 #if (CONFIG_NR_DRAM_BANKS >= 2) in dram_init() 236 #if (CONFIG_NR_DRAM_BANKS >= 3) in dram_init() 239 #if (CONFIG_NR_DRAM_BANKS >= 4) in dram_init() 250 #if (CONFIG_NR_DRAM_BANKS >= 2) in dram_init_banksize() 254 #if (CONFIG_NR_DRAM_BANKS >= 3) in dram_init_banksize() 258 #if (CONFIG_NR_DRAM_BANKS >= 4) in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | bootm.c | 60 u64 start[CONFIG_NR_DRAM_BANKS]; in arch_fixup_memory_node() 61 u64 size[CONFIG_NR_DRAM_BANKS]; in arch_fixup_memory_node() 63 for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) { in arch_fixup_memory_node() 68 return fdt_fixup_memory_banks(blob, start, size, CONFIG_NR_DRAM_BANKS); in arch_fixup_memory_node()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/ |
| H A D | dram.c | 181 for (cs = 0; cs < CONFIG_NR_DRAM_BANKS; cs++) { in dram_ecc_scrubbing() 235 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init() 254 for (; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init() 281 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | u-boot.h | 90 #ifdef CONFIG_NR_DRAM_BANKS 94 } bi_dram[CONFIG_NR_DRAM_BANKS];
|
| /OK3568_Linux_fs/u-boot/drivers/bootcount/ |
| H A D | bootcount_ram.c | 28 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) in bootcount_store() 51 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) in bootcount_load()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | dram.c | 80 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init() 96 for (; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1088a/ |
| H A D | ls1088a.c | 553 u64 base[CONFIG_NR_DRAM_BANKS]; in ft_board_setup() 554 u64 size[CONFIG_NR_DRAM_BANKS]; in ft_board_setup() 559 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in ft_board_setup() 574 fdt_fixup_memory_banks(blob, base, size, CONFIG_NR_DRAM_BANKS); in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/board/samsung/arndale/ |
| H A D | arndale.c | 45 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init() 63 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | board.c | 94 gd->bd->bi_dram[CONFIG_NR_DRAM_BANKS - 1].size -= size; in board_init() 104 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init() 116 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080a/ |
| H A D | ls2080a.c | 108 u64 base[CONFIG_NR_DRAM_BANKS]; in ft_board_setup() 109 u64 size[CONFIG_NR_DRAM_BANKS]; in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/ |
| H A D | sdram.c | 111 if (CONFIG_NR_DRAM_BANKS) { in dram_init_banksize() 119 if (j >= CONFIG_NR_DRAM_BANKS) in dram_init_banksize()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/ |
| H A D | ls1046ardb.c | 162 u64 base[CONFIG_NR_DRAM_BANKS]; in ft_board_setup() 163 u64 size[CONFIG_NR_DRAM_BANKS]; in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/ |
| H A D | ls1043ardb.c | 165 u64 base[CONFIG_NR_DRAM_BANKS]; in ft_board_setup() 166 u64 size[CONFIG_NR_DRAM_BANKS]; in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/ |
| H A D | ddr_tool_common.c | 77 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) { in get_print_available_addr() 118 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) in judge_test_addr()
|