Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/u-boot/include/configs/
H A Dpm9g45.h75 #define PHYS_SDRAM 0x70000000 macro
108 #define CONFIG_AT91SAM9G45_LCD_BASE PHYS_SDRAM + 0xE00000
110 #define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM + 0x2000000 /* load addr */
112 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
131 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dzmx25.h91 #define PHYS_SDRAM 0x80000000 /* start address of LPDDRRAM */ macro
94 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
117 #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM + (512*1024))
118 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE)
H A Dmx7ulp_evk.h89 #define PHYS_SDRAM 0x60000000 macro
91 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
92 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Daristainetos-common.h138 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
144 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
146 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dplatinum.h50 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
55 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
102 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
H A Dpm9261.h164 #define PHYS_SDRAM 0x20000000 macro
206 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
289 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dsecomx6quq7.h70 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
73 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dpm9263.h178 #define PHYS_SDRAM 0x20000000 macro
235 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
319 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmx6qarm2.h112 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
114 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dudoo.h151 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
153 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dimx6_logic.h131 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
132 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmx6sllevk.h118 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
121 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dwarp.h39 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
41 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmx6ullevk.h142 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
144 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dusbarmory.h93 #define PHYS_SDRAM CSD0_BASE_ADDR macro
96 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmeesc.h64 #define PHYS_SDRAM ATMEL_BASE_CS1 /* 0x20000000 */ macro
68 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dudoo_neo.h75 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
76 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dliteboard.h119 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
121 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dwarp7.h90 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
92 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmx6sabre_common.h182 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
184 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dvf610twr.h188 #define PHYS_SDRAM (0x80000000) macro
191 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dmx6sxsabreauto.h100 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
102 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dpico-imx7d.h96 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
98 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
H A Dxpress.h46 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro
49 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
/OK3568_Linux_fs/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c128 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
143 gd->ram_size = get_ram_size((void *)PHYS_SDRAM, in dram_init()
150 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()

12345