Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c86 #define LINFLEXD_UARTCR_PCE BIT(2) macro
466 cr |= LINFLEXD_UARTCR_PCE; in linflex_set_termios()
474 cr &= ~LINFLEXD_UARTCR_PCE; in linflex_set_termios()
677 if (cr & LINFLEXD_UARTCR_PCE) { in linflex_console_get_options()
685 if (cr & LINFLEXD_UARTCR_PCE) in linflex_console_get_options()