Home
last modified time | relevance | path

Searched refs:STM32MP_DEBUG_USART_BASE (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp2/aarch64/
H A Dstm32mp2_helper.S157 mov_imm x0, STM32MP_DEBUG_USART_BASE
164 mov_imm x0, STM32MP_DEBUG_USART_BASE
169 mov_imm x1, STM32MP_DEBUG_USART_BASE
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_helper.S264 ldr r0, =STM32MP_DEBUG_USART_BASE
277 ldr r0, =STM32MP_DEBUG_USART_BASE
293 ldr r1, =STM32MP_DEBUG_USART_BASE
H A Dstm32mp1_def.h258 #define STM32MP_DEBUG_USART_BASE UART4_BASE macro
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_def.h258 #define STM32MP_DEBUG_USART_BASE USART1_BASE macro
273 #define STM32MP_DEBUG_USART_BASE USART2_BASE macro
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c310 set_console(STM32MP_DEBUG_USART_BASE, STM32MP_DEBUG_USART_CLK_FRQ); in plat_setup_early_console()