Searched refs:DDR_BASE (Results 1 – 13 of 13) sorted by relevance
11 #define DDR_BASE 0x0 macro30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */48 #define HIKEY_USB_DESC_BASE (DDR_BASE + 0x00800000)50 #define HIKEY_USB_DATA_BASE (DDR_BASE + 0x10000000)58 #define HIKEY_USB_DESC_IN_BASE (DDR_BASE + 0x00800000)67 #define HIKEY_MMC_DESC_BASE (DDR_BASE + 0x03000000)77 #define HIKEY_MMC_DATA_BASE (DDR_BASE + 0x10000000)79 #define HIKEY_NS_IMAGE_OFFSET (DDR_BASE + 0x35000000)
72 #define SCP_BL2_BASE (DDR_BASE + 0x01000000)
13 #define DDR_BASE 0x0 macro
182 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey960_validate_ns_entrypoint()
137 if ((entrypoint >= DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in poplar_validate_ns_entrypoint()
159 .image_info.image_max_size = DDR_BASE + DDR_SIZE -
13 DDR_BASE, enumerator
21 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
258 if ((entrypoint > DDR_BASE) && (entrypoint < (DDR_BASE + DDR_SIZE))) in hikey_validate_ns_entrypoint()
19 #define MAP_DDR MAP_REGION_FLAT(DDR_BASE, \
51 #define DDR_BASE (0x00000000) macro
180 .base = DDR_BASE186 .base = DDR_BASE192 .base = DDR_BASE198 .base = DDR_BASE
Completed in 13 milliseconds