Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dfsl_lpuart.c51 #define UARTCR1_PE 0x02 macro
1912 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
1918 cr1 |= UARTCR1_PE; in lpuart_set_termios()
1927 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
2416 if (cr & UARTCR1_PE) { in lpuart_console_get_options()