Home
last modified time | relevance | path

Searched refs:STM32_DDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/ram/stm32mp1/
Dstm32mp1_ram.c125 (u32)priv->info.base, (u32)STM32_DDR_SIZE); in stm32mp1_ddr_setup()
128 STM32_DDR_SIZE); in stm32mp1_ddr_setup()
Dstm32mp1_tests.c27 if (value > STM32_DDR_SIZE || value == 0) { in get_bufsize()
38 if (default_size != STM32_DDR_SIZE) in get_bufsize()
42 STM32_DDR_SIZE); in get_bufsize()
1269 (rand() & (STM32_DDR_SIZE - 1) & ~0x3)); in test_read()
1318 (rand() & (STM32_DDR_SIZE - 1) & ~0x3)); in test_write()
/external/u-boot/arch/arm/mach-stm32mp/include/mach/
Dstm32.h34 #define STM32_DDR_SIZE SZ_1G macro