Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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)
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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.c157 .image_info.image_max_size = DDR_BASE + DDR_SIZE -
/tf-a-ffa_el3_spmc/plat/hisilicon/poplar/aarch64/
A Dplatform_common.c21 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/
A Dhikey_pm.c258 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey_validate_ns_entrypoint()
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/aarch64/
A Dhikey_common.c19 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/aarch64/
A Dhikey960_common.c21 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
/tf-a-ffa_el3_spmc/drivers/st/ddr/
A Dstm32mp1_ddr.c220 DDR_BASE, enumerator
237 .base = DDR_BASE
243 .base = DDR_BASE
249 .base = DDR_BASE
255 .base = DDR_BASE
279 .base = DDR_BASE
/tf-a-ffa_el3_spmc/plat/hisilicon/poplar/include/
A Dplatform_def.h51 #define DDR_BASE (0x00000000) macro

Completed in 14 milliseconds