Searched refs:STM32_DDR_BASE (Results 1 – 14 of 14) sorted by relevance
41 if (nt_fw_dtb >= STM32_DDR_BASE) { in board_fdt_blob_setup()
146 mmu_set_region_dcache_behaviour(STM32_DDR_BASE, in board_init_f()
107 before this limit: STM32_DDR_BASE + DDR_CACHEABLE_SIZE.
239 mmu_set_region_dcache_behaviour(STM32_DDR_BASE, in early_enable_caches()
22 #define CONFIG_SYS_SDRAM_BASE STM32_DDR_BASE
38 #define STM32_DDR_BASE 0xC0000000 macro
65 addr = STM32_DDR_BASE; in do_stm32prog()
93 destination = STM32_DDR_BASE; in stm32prog_cmd_read()
523 destination = STM32_DDR_BASE; in get_phase_command()
1173 PHASE_FLASHLAYOUT, STM32_DDR_BASE); in dfu_init_entities()1457 if (parse_flash_layout(data, STM32_DDR_BASE, 0)) in stm32prog_end_phase()
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()
203 priv->info.base = STM32_DDR_BASE; in stm32mp1_ddr_probe()
585 gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100; in board_init()
645 gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100; in board_init()
Completed in 20 milliseconds