Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dfsl_lpuart.c52 #define UARTCR1_PE 0x02 macro
1869 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
1875 cr1 |= UARTCR1_PE; in lpuart_set_termios()
1884 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
2376 if (cr & UARTCR1_PE) { in lpuart_console_get_options()