Home
last modified time | relevance | path

Searched refs:DDR_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhikey_def.h12 #define DDR_SIZE 0x40000000 macro
30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
/external/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dplatform_def.h54 #define DDR_SIZE (0x80000000) macro
56 #define DDR_SIZE (0x40000000) macro
/external/u-boot/board/freescale/ls1021aiot/
Dls1021aiot.c27 #define DDR_SIZE 0x40000000 macro
102 gd->ram_size = DDR_SIZE; in dram_init()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_def.h14 #define DDR_SIZE 0xE0000000 macro
Dhikey960_pm.c174 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey960_validate_ns_entrypoint()
/external/arm-trusted-firmware/plat/hisilicon/poplar/aarch64/
Dplatform_common.c22 DDR_SIZE, \
/external/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_common.c22 DDR_SIZE - DDR_SEC_SIZE, \
/external/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
Dhikey_common.c20 DDR_SIZE - DDR_SEC_SIZE, \
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dplat_pm.c137 if ((entrypoint >= DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in poplar_validate_ns_entrypoint()
Dbl2_plat_mem_params_desc.c157 .image_info.image_max_size = DDR_BASE + DDR_SIZE -
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_pm.c258 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey_validate_ns_entrypoint()