Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_uart.h24 #define STM32_UART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS)
H A Dstm32_uart_regs.h35 #define USART_CR1_PS BIT(9) macro
/rk3399_ARM-atf/drivers/st/uart/
H A Dstm32_uart.c28 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | USART_CR1_TE | \