Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/uart/aarch64/
H A Dstm32_console.S106 ldr w3, [x0, #USART_ISR]
169 ldr w2, [x1, #USART_ISR]
227 ldr w1, [x0, #USART_ISR]
/rk3399_ARM-atf/drivers/st/uart/aarch32/
H A Dstm32_console.S104 ldr r3, [r0, #USART_ISR]
170 ldr r2, [r1, #USART_ISR]
238 ldr r1, [r0, #USART_ISR]
/rk3399_ARM-atf/drivers/st/uart/
H A Dstm32_uart.c205 while ((mmio_read_32(huart->base + USART_ISR) & flag) == 0U) { in stm32_uart_wait_flag()
278 return (mmio_read_32(huart->base + USART_ISR) & STM32_UART_ISR_ERRORS) != 0U; in stm32_uart_error_detected()
427 if ((mmio_read_32(huart->base + USART_ISR) & USART_ISR_RXNE) == 0U) { in stm32_uart_getc()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_uart_regs.h19 #define USART_ISR U(0x1C) macro