Home
last modified time | relevance | path

Searched refs:DDR_BASE (Results 1 – 13 of 13) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/include/
A Dhikey_def.h11 #define DDR_BASE 0x0 macro
30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
48 #define HIKEY_USB_DESC_BASE (DDR_BASE + 0x00800000)
50 #define HIKEY_USB_DATA_BASE (DDR_BASE + 0x10000000)
58 #define HIKEY_USB_DESC_IN_BASE (DDR_BASE + 0x00800000)
67 #define HIKEY_MMC_DESC_BASE (DDR_BASE + 0x03000000)
77 #define HIKEY_MMC_DATA_BASE (DDR_BASE + 0x10000000)
79 #define HIKEY_NS_IMAGE_OFFSET (DDR_BASE + 0x35000000)
A Dhikey_layout.h72 #define SCP_BL2_BASE (DDR_BASE + 0x01000000)
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_def.h13 #define DDR_BASE 0x0 macro
A Dhikey960_pm.c182 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey960_validate_ns_entrypoint()
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/
A Dplat_pm.c137 if ((entrypoint >= DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in poplar_validate_ns_entrypoint()
A Dbl2_plat_mem_params_desc.c159 .image_info.image_max_size = DDR_BASE + DDR_SIZE -
/arm-trusted-firmware-2.8.0/include/drivers/st/
A Dstm32mp_ddr.h13 DDR_BASE, enumerator
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/aarch64/
A Dplatform_common.c21 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/
A Dhikey_pm.c258 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey_validate_ns_entrypoint()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/aarch64/
A Dhikey_common.c19 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/aarch64/
A Dhikey960_common.c21 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/include/
A Dplatform_def.h51 #define DDR_BASE (0x00000000) macro
/arm-trusted-firmware-2.8.0/drivers/st/ddr/
A Dstm32mp1_ddr.c180 .base = DDR_BASE
186 .base = DDR_BASE
192 .base = DDR_BASE
198 .base = DDR_BASE

Completed in 13 milliseconds