Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c57 #define UARTCR1_PE 0x02 macro
2051 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
2057 cr1 |= UARTCR1_PE; in lpuart_set_termios()
2066 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
2577 if (cr & UARTCR1_PE) { in lpuart_console_get_options()