Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c58 #define UARTCR1_PE 0x02 macro
1259 cr1 &= ~UARTCR1_PE; in lpuart_set_termios()
1262 cr1 |= UARTCR1_PE; in lpuart_set_termios()
1397 ctrl |= UARTCR1_PE; in lpuart32_set_termios()
1617 if (cr & UARTCR1_PE) { in lpuart_console_get_options()