Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c84 #define LINFLEXD_UARTCR_PC0 BIT(3) macro
469 cr = (cr | LINFLEXD_UARTCR_PC0) & in linflex_set_termios()
473 ~LINFLEXD_UARTCR_PC0); in linflex_set_termios()
679 if (cr & LINFLEXD_UARTCR_PC0) in linflex_console_get_options()