Home
last modified time | relevance | path

Searched refs:stm32mp_map_ddr_non_cacheable (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_common.h124 int stm32mp_map_ddr_non_cacheable(void);
/rk3399_ARM-atf/drivers/st/ddr/
H A Dstm32mp1_ram.c105 if (stm32mp_map_ddr_non_cacheable() != 0) { in stm32mp1_ddr_setup()
H A Dstm32mp2_ram.c135 if (stm32mp_map_ddr_non_cacheable() != 0) { in stm32mp2_ddr_setup()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c129 int stm32mp_map_ddr_non_cacheable(void) in stm32mp_map_ddr_non_cacheable() function