Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c47 #define UARTCR1_M 0x10 macro
1819 cr1 = old_cr1 & ~UARTCR1_M; in lpuart_set_termios()
1826 cr1 |= UARTCR1_M; in lpuart_set_termios()
1857 cr1 |= UARTCR1_M; in lpuart_set_termios()
2357 if (cr & UARTCR1_M) in lpuart_console_get_options()