Home
last modified time | relevance | path

Searched refs:DRAM1_BASE (Results 1 – 16 of 16) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-uniphier/
A Dmain.c32 #ifdef DRAM1_BASE
33 register_ddr(DRAM1_BASE, DRAM1_SIZE);
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dplatform_config.h93 #define DRAM1_BASE 0x880000000UL macro
110 #define DRAM1_BASE 0x880000000UL macro
A Dmain.c47 #ifdef DRAM1_BASE
48 register_ddr(DRAM1_BASE, DRAM1_SIZE);
/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dplatform_config.h205 #define DRAM1_BASE STM_SECDDR_END macro
206 #define DRAM1_SIZE ((CFG_DDR_START - DRAM1_BASE) + CFG_DDR_SIZE)
A Dmain.c32 #ifdef DRAM1_BASE
33 register_ddr(DRAM1_BASE, DRAM1_SIZE);
/optee_os-3.20.0/core/arch/arm/plat-versal/
A Dmain.c46 #if defined(DRAM1_BASE)
47 register_ddr(DRAM1_BASE, DRAM1_SIZE);
A Dplatform_config.h38 #define DRAM1_BASE 0x800000000 macro
/optee_os-3.20.0/core/arch/arm/plat-d02/
A Dplatform_config.h70 #define DRAM1_BASE 0x51800000 macro
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/
A Dplatform_config.h31 #define DRAM1_BASE 0x8080000000ULL macro
A Dmain.c30 register_ddr(DRAM1_BASE, DRAM1_SIZE);
/optee_os-3.20.0/core/arch/arm/plat-zynqmp/
A Dplatform_config.h47 #define DRAM1_BASE 0x800000000 macro
A Dmain.c75 register_ddr(DRAM1_BASE, CFG_DDR_SIZE - 0x80000000);
/optee_os-3.20.0/core/arch/arm/plat-k3/
A Dplatform_config.h21 #define DRAM1_BASE 0x880000000 macro
A Dmain.c37 register_ddr(DRAM1_BASE, DRAM1_SIZE);
/optee_os-3.20.0/core/arch/arm/plat-hikey/
A Dplatform_config.h110 #define DRAM1_BASE 0x40000000 macro
A Dmain.c38 register_dynamic_shm(DRAM1_BASE, DRAM1_SIZE_NSEC);

Completed in 10 milliseconds