xref: /rk3399_ARM-atf/include/drivers/st/stm32mp_ddr_test.h (revision cd83a766d577c61a0313abea43db16a1b233691d)
163d21598SNicolas Le Bayon /*
2*b4e1e8fbSYann Gautier  * Copyright (C) 2022-2023, STMicroelectronics - All Rights Reserved
363d21598SNicolas Le Bayon  *
463d21598SNicolas Le Bayon  * SPDX-License-Identifier: BSD-3-Clause
563d21598SNicolas Le Bayon  */
663d21598SNicolas Le Bayon 
763d21598SNicolas Le Bayon #ifndef STM32MP_DDR_TEST_H
863d21598SNicolas Le Bayon #define STM32MP_DDR_TEST_H
963d21598SNicolas Le Bayon 
1063d21598SNicolas Le Bayon #include <stdint.h>
1163d21598SNicolas Le Bayon 
12*b4e1e8fbSYann Gautier uintptr_t stm32mp_ddr_test_rw_access(void);
13*b4e1e8fbSYann Gautier uintptr_t stm32mp_ddr_test_data_bus(void);
14*b4e1e8fbSYann Gautier uintptr_t stm32mp_ddr_test_addr_bus(size_t size);
15*b4e1e8fbSYann Gautier size_t stm32mp_ddr_check_size(void);
1663d21598SNicolas Le Bayon 
1763d21598SNicolas Le Bayon #endif /* STM32MP_DDR_TEST_H */
18