OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRAM_SEC_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
hikey_def.h
53
#define
DRAM_SEC_SIZE
0x01000000
54
#define DRAM_SEC_BASE (DRAM_BASE + DRAM_SIZE -
DRAM_SEC_SIZE
)
57
#define DRAM_NS_SIZE (DRAM_SIZE -
DRAM_SEC_SIZE
)
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
juno_def.h
110
#define
DRAM_SEC_SIZE
0x00E00000
111
#define DRAM_SEC_BASE (DRAM_SCP_BASE -
DRAM_SEC_SIZE
)
114
#define DRAM_NS_SIZE (DRAM_SIZE - DRAM_SCP_SIZE -
DRAM_SEC_SIZE
)
Completed in 46 milliseconds