Searched refs:STM32_DDR_BASE (Results 1 – 9 of 9) sorted by relevance
136 const uintptr_t dram_top = STM32_DDR_BASE + (dram_size - 1); in stm32_init_tzc_for_optee()152 .base = STM32_DDR_BASE, in stm32_init_tzc_for_optee()239 mmu_set_region_dcache_behaviour(STM32_DDR_BASE, in board_init_f()
27 if (nt_fw_dtb >= STM32_DDR_BASE) { in board_fdt_blob_setup()
94 before this limit: STM32_DDR_BASE + DDR_CACHEABLE_SIZE.
68 start = STM32_DDR_BASE; in dram_bank_mmu_setup()
16 #define CFG_SYS_SDRAM_BASE STM32_DDR_BASE
55 #define STM32_DDR_BASE 0xC0000000 macro
51 *bufsize = get_ram_size((long *)STM32_DDR_BASE, in get_bufsize()89 if (value < STM32_DDR_BASE) { in get_addr()100 *addr = STM32_DDR_BASE; in get_addr()1284 addr = (u32 *)(STM32_DDR_BASE + in test_read()1333 addr = (u32 *)(STM32_DDR_BASE + in test_write()
371 priv->info.base = STM32_DDR_BASE; in stm32mp1_ddr_probe()
Completed in 18 milliseconds