Searched refs:DRAM_SIZE (Results 1 – 17 of 17) sorted by relevance
| /rk3399_ARM-atf/plat/imx/imx7/picopi/include/ |
| H A D | platform_def.h | 71 #define DRAM_SIZE 0x20000000 macro 72 #define DRAM_LIMIT (DRAM_BASE + DRAM_SIZE)
|
| /rk3399_ARM-atf/plat/imx/imx7/warp7/include/ |
| H A D | platform_def.h | 73 #define DRAM_SIZE 0x20000000 macro 74 #define DRAM_LIMIT (DRAM_BASE + DRAM_SIZE)
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/include/ |
| H A D | socfpga_plat_def.h | 59 #define DRAM_SIZE (0x80000000) macro
|
| /rk3399_ARM-atf/plat/intel/soc/n5x/include/ |
| H A D | socfpga_plat_def.h | 59 #define DRAM_SIZE (0x80000000) macro
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/include/ |
| H A D | socfpga_plat_def.h | 75 #define DRAM_SIZE (0x80000000) macro
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/include/ |
| H A D | socfpga_plat_def.h | 122 #define DRAM_SIZE (0x80000000) macro
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/ |
| H A D | bl2_plat_setup.c | 36 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 140 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/ |
| H A D | bl2_plat_setup.c | 40 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 216 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
| /rk3399_ARM-atf/plat/intel/soc/n5x/ |
| H A D | bl31_plat_setup.c | 133 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/ |
| H A D | bl2_plat_setup.c | 54 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 195 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_memory_controller.c | 396 zeromem((void *)DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/soc/ |
| H A D | agilex_memory_controller.c | 395 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/soc/ |
| H A D | s10_memory_controller.c | 407 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc.c | 311 uint128_t dram_max_sz = (uint128_t)DRAM_BASE + (uint128_t)DRAM_SIZE; in is_address_in_ddr_range()
|