Home
last modified time | relevance | path

Searched refs:DRAM1_NS_BASE (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/renesas/common/include/
H A Dplatform_def.h154 #define BL33_BASE DRAM1_NS_BASE
H A Drcar_def.h34 #define DRAM1_NS_BASE (DRAM1_BASE + U(0x08000000)) macro
35 #define DRAM1_NS_SIZE (DRAM1_SIZE - DRAM1_NS_BASE)
/rk3399_ARM-atf/plat/renesas/common/aarch64/
H A Dplatform_common.c47 #define MAP_DRAM1_NS MAP_REGION_FLAT(DRAM1_NS_BASE, \
/rk3399_ARM-atf/drivers/renesas/common/io/
H A Dio_rcar.c314 dram_start = legacy ? DRAM1_NS_BASE : DRAM_40BIT_BASE; in check_load_area()
316 dram_end = legacy ? DRAM1_NS_BASE + DRAM1_NS_SIZE : in check_load_area()