Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c83 config = USART_CR1_PCE | USART_CR1_PS | USART_CR1_M0; in stm32_serial_setconfig()
86 config = USART_CR1_PCE | USART_CR1_M0; in stm32_serial_setconfig()
92 USART_CR1_M0, in stm32_serial_setconfig()
H A Dserial_stm32.h59 #define USART_CR1_M0 BIT(12) macro
/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.h89 #define USART_CR1_M0 BIT(12) /* F7 (CR1_M for F4) */ macro
H A Dstm32-usart.c1221 cr1 |= USART_CR1_M0; in stm32_usart_set_termios()
1233 cr1 |= USART_CR1_M0; in stm32_usart_set_termios()