Searched refs:DEVICE_SRAM_SIZE (Results 1 – 12 of 12) sorted by relevance
| /rk3399_ARM-atf/plat/renesas/common/include/ |
| H A D | plat.ld.S | 13 SRAM (rwx): ORIGIN = BL31_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE 14 PRAM (r): ORIGIN = BL31_LIMIT - DEVICE_SRAM_SIZE, LENGTH = DEVICE_SRAM_SIZE 20 . = BL31_LIMIT - DEVICE_SRAM_SIZE; 31 ASSERT(__BL31_END__ <= BL31_LIMIT - DEVICE_SRAM_SIZE,
|
| H A D | rcar_def.h | 28 #define DEVICE_SRAM_SIZE U(0x00002000) macro 29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
|
| H A D | platform_def.h | 140 #define BL31_SRAM_LIMIT (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/include/ |
| H A D | plat.ld.S | 14 SRAM (rwx): ORIGIN = DEVICE_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE 16 PRAM (r) : ORIGIN = BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE), 17 LENGTH = DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE 23 . = BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE); 43 ASSERT(__BL31_END__ <= (BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE)),
|
| H A D | rcar_def.h | 27 #define DEVICE_SRAM_SIZE UL(0x00002000) macro 28 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/include/ |
| H A D | plat.ld.S | 14 SRAM (rwx): ORIGIN = DEVICE_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE 16 PRAM (r) : ORIGIN = BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE), 17 LENGTH = DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE 23 . = BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE); 43 ASSERT(__BL31_END__ <= (BL31_LIMIT - (DEVICE_SRAM_SIZE + DEVICE_SRAM_DATA_SIZE)),
|
| H A D | rcar_def.h | 25 #define DEVICE_SRAM_SIZE UL(0x00002000) macro 26 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/aarch64/ |
| H A D | platform_common.c | 47 DEVICE_SRAM_SIZE, \
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/aarch64/ |
| H A D | platform_common.c | 51 MAP_REGION_FLAT(DEVICE_SRAM_BASE, DEVICE_SRAM_SIZE, \
|
| /rk3399_ARM-atf/plat/renesas/common/aarch64/ |
| H A D | platform_common.c | 60 DEVICE_SRAM_SIZE, \
|
| /rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/ |
| H A D | pwrc.c | 454 .len = DEVICE_SRAM_SIZE in rcar_pwrc_code_copy_to_system_ram()
|
| /rk3399_ARM-atf/drivers/renesas/common/pwrc/ |
| H A D | pwrc.c | 746 .len = DEVICE_SRAM_SIZE, in rcar_pwrc_code_copy_to_system_ram()
|