OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DDR_BASE
(Results
1 - 13
of
13
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_def.h
14
#define
DDR_BASE
0x0
36
#define DDR_SEC_BASE (
DDR_BASE
+ DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
60
#define HIKEY_USB_DESC_BASE (
DDR_BASE
+ 0x00800000)
62
#define HIKEY_USB_DATA_BASE (
DDR_BASE
+ 0x10000000)
70
#define HIKEY_USB_DESC_IN_BASE (
DDR_BASE
+ 0x00800000)
79
#define HIKEY_MMC_DESC_BASE (
DDR_BASE
+ 0x03000000)
89
#define HIKEY_MMC_DATA_BASE (
DDR_BASE
+ 0x10000000)
91
#define HIKEY_NS_IMAGE_OFFSET (
DDR_BASE
+ 0x35000000)
hikey_pm.c
257
if ((entrypoint >
DDR_BASE
) && (entrypoint < (
DDR_BASE
+ DDR_SIZE)))
hikey_bl2_setup.c
356
bl33_meminfo->total_base =
DDR_BASE
;
358
bl33_meminfo->free_base =
DDR_BASE
;
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_def.h
13
#define
DDR_BASE
0x0
hikey960_bl2_setup.c
389
bl33_meminfo->total_base =
DDR_BASE
;
391
bl33_meminfo->free_base =
DDR_BASE
;
hikey960_pm.c
168
if ((entrypoint >
DDR_BASE
) && (entrypoint < (
DDR_BASE
+ DDR_SIZE)))
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/aarch64/
platform_common.c
20
#define MAP_DDR MAP_REGION_FLAT(
DDR_BASE
, \
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
platform_def.h
93
#define SCP_BL2_BASE (
DDR_BASE
+ 0x01000000)
176
#define HIKEY_NS_IMAGE_OFFSET (
DDR_BASE
+ 0x35000000)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
bl2_plat_setup.c
129
bl33_meminfo->total_base =
DDR_BASE
;
131
bl33_meminfo->free_base =
DDR_BASE
;
plat_pm.c
137
if ((entrypoint >=
DDR_BASE
) && (entrypoint < (
DDR_BASE
+ DDR_SIZE)))
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
hikey_common.c
19
#define MAP_DDR MAP_REGION_FLAT(
DDR_BASE
, \
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
hikey960_common.c
20
#define MAP_DDR MAP_REGION_FLAT(
DDR_BASE
, \
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/include/
platform_def.h
42
#define
DDR_BASE
(0x00000000)
Completed in 485 milliseconds