Home
last modified time | relevance | path

Searched refs:DRAM_40BIT_PROTECTED_BASE (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.4.0/plat/renesas/common/include/
Drcar_def.h39 #define DRAM_40BIT_PROTECTED_BASE ULL(0x0403F00000) macro
/trusted-firmware-a-3.4.0/drivers/renesas/common/io/
Dio_rcar.c275 prot_start = legacy ? DRAM_PROTECTED_BASE : DRAM_40BIT_PROTECTED_BASE; in check_load_area()