Home
last modified time | relevance | path

Searched refs:OCRAM_BASE_S_ADDR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dconfig.h12 #define OCRAM_BASE_S_ADDR 0x10010000 macro
/OK3568_Linux_fs/u-boot/include/configs/
H A Dls1021aiot.h10 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR
H A Dls1021atwr.h12 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR
H A Dls1021aqds.h12 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dls102xa_psci.c33 char *dest = (char *)(OCRAM_BASE_S_ADDR + OCRAM_S_SIZE - DDR_RESV_LEN); in ls1_save_ddr_head()