Searched refs:DRAM1_BASE (Results 1 – 3 of 3) sorted by relevance
32 #define DRAM1_BASE U(0x40000000) macro34 #define DRAM1_NS_BASE (DRAM1_BASE + U(0x10000000))78 #define NS_IMAGE_OFFSET (DRAM1_BASE + U(0x09000000))
69 #define MAP_DRAM0 MAP_REGION_FLAT(DRAM1_BASE, \
264 dram_start = legacy ? DRAM1_BASE : DRAM_40BIT_BASE; in check_load_area()266 dram_end = legacy ? DRAM1_BASE + DRAM1_SIZE : in check_load_area()
Completed in 10 milliseconds