Home
last modified time | relevance | path

Searched refs:PHYS_SDRAM (Results 1 – 25 of 122) sorted by relevance

12345

/external/u-boot/include/configs/
Dpm9g45.h69 #define PHYS_SDRAM 0x70000000 macro
103 #define CONFIG_AT91SAM9G45_LCD_BASE PHYS_SDRAM + 0xE00000
105 #define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM + 0x2000000 /* load addr */
107 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
122 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dzmx25.h77 #define PHYS_SDRAM 0x80000000 /* start address of LPDDRRAM */ macro
80 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
103 #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM + (512*1024))
104 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE)
Dmx7ulp_evk.h78 #define PHYS_SDRAM 0x60000000 macro
80 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
81 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dplatinum.h49 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
54 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
101 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
Daristainetos-common.h136 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
142 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
144 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dpm9261.h158 #define PHYS_SDRAM 0x20000000 macro
201 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
272 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dpm9263.h172 #define PHYS_SDRAM 0x20000000 macro
230 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
302 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dsecomx6quq7.h69 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
72 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6qarm2.h111 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
113 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dudoo.h146 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
148 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dsksimx6.h42 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
44 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6memcal.h43 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
45 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dimx6_logic.h124 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
125 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6sllevk.h117 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
120 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6sabre_common.h178 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
180 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dimx6dl-mamoj.h87 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
89 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmeesc.h59 #define PHYS_SDRAM ATMEL_BASE_CS1 /* 0x20000000 */ macro
63 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dwarp.h38 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
40 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dusbarmory.h86 #define PHYS_SDRAM CSD0_BASE_ADDR macro
89 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dvf610twr.h185 #define PHYS_SDRAM (0x80000000) macro
188 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dliteboard.h116 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
118 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dudoo_neo.h68 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
69 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6ullevk.h137 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
139 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
Dmx6sxsabreauto.h99 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
101 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
/external/u-boot/board/ronetix/pm9g45/
Dpm9g45.c127 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
142 gd->ram_size = get_ram_size((void *)PHYS_SDRAM, in dram_init()
149 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()

12345