Searched refs:STM32_DDR_BASE (Results 1 – 6 of 6) sorted by relevance
12 #if (CONFIG_TEXT_BASE < STM32_DDR_BASE) || \13 (CONFIG_TEXT_BASE > (STM32_DDR_BASE + STM32_DDR_SIZE))59 .size = STM32_DDR_SIZE - (CONFIG_TEXT_BASE - STM32_DDR_BASE),
121 const uintptr_t dram_top = STM32_DDR_BASE + (dram_size - 1); in stm32_init_tzc_for_optee()137 .base = STM32_DDR_BASE, in stm32_init_tzc_for_optee()224 mmu_set_region_dcache_behaviour(STM32_DDR_BASE, in board_init_f()
76 start = STM32_DDR_BASE; in dram_bank_mmu_setup()
27 if (nt_fw_dtb < STM32_DDR_BASE || in board_fdt_blob_setup()
152 before this limit: STM32_DDR_BASE + DDR_CACHEABLE_SIZE.
121 #define STM32_DDR_BASE 0xC0000000 macro184 #define STM32_DDR_BASE 0x80000000 macro
Completed in 10 milliseconds