Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c54 #define UARTCR1_PE 0x02 macro
1690 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
1696 cr1 |= UARTCR1_PE; in lpuart_set_termios()
1705 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
2170 if (cr & UARTCR1_PE) { in lpuart_console_get_options()