Searched refs:ATMEL_BASE_CS1 (Results 1 – 25 of 27) sorted by relevance
12
/external/u-boot/include/configs/ |
D | usb_a9263.h | 40 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | at91sam9rlek.h | 43 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | meesc.h | 55 #define PHYS_SDRAM ATMEL_BASE_CS1 /* 0x20000000 */
|
D | at91sam9260ek.h | 55 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | picosam9g45.h | 65 #define PHYS_SDRAM_1 ATMEL_BASE_CS1 /* on DDRSDRC1 */
|
D | snapper9260.h | 29 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | taurus.h | 54 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | smartweb.h | 65 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
D | at91sam9263ek.h | 53 #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91sam9261.h | 106 #define ATMEL_BASE_CS1 0x20000000 /* SDRAM */ macro
|
D | at91sam9rl.h | 108 #define ATMEL_BASE_CS1 0x20000000 /* SDRAM */ macro
|
D | at91sam9263.h | 121 #define ATMEL_BASE_CS1 0x20000000 /* SDRAM */ macro
|
D | at91sam9g45.h | 126 #define ATMEL_BASE_CS1 0x20000000 macro
|
D | at91sam9260.h | 122 #define ATMEL_BASE_CS1 0x20000000 /* SDRAM */ macro
|
D | sam9x60.h | 119 #define ATMEL_BASE_CS1 0x20000000 macro
|
D | at91sam9x5.h | 128 #define ATMEL_BASE_CS1 0x20000000 macro
|
D | sama5d3.h | 177 #define ATMEL_BASE_CS1 0x40000000 macro
|
D | sama5d2.h | 134 #define ATMEL_BASE_CS1 0x60000000 macro
|
D | sama5d4.h | 163 #define ATMEL_BASE_CS1 0x60000000 macro
|
/external/u-boot/board/gardena/smart-gateway-at91sam/ |
D | spl.c | 134 ddr2_init(ATMEL_BASE_DDRSDRC, ATMEL_BASE_CS1, &ddr2); in mem_init()
|
/external/u-boot/board/laird/wb45n/ |
D | wb45n.c | 196 ddr2_init(ATMEL_BASE_DDRSDRC, ATMEL_BASE_CS1, &ddr2); in mem_init()
|
/external/u-boot/board/atmel/at91sam9x5ek/ |
D | at91sam9x5ek.c | 207 ddr2_init(ATMEL_BASE_DDRSDRC, ATMEL_BASE_CS1, &ddr2); in mem_init()
|
/external/u-boot/board/siemens/smartweb/ |
D | smartweb.c | 256 sdramc_initialize(ATMEL_BASE_CS1, &setting); in mem_init()
|
/external/u-boot/board/atmel/at91sam9n12ek/ |
D | at91sam9n12ek.c | 290 ddr2_init(ATMEL_BASE_DDRSDRC, ATMEL_BASE_CS1, &ddr2); in mem_init()
|
/external/u-boot/board/mini-box/picosam9g45/ |
D | picosam9g45.c | 99 ddr2_init(ATMEL_BASE_DDRSDRC1, ATMEL_BASE_CS1, &ddr2); in mem_init()
|
12