Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c52 #define UARTCR1_LOOPS 0x80 macro
1526 if (cr1 & UARTCR1_LOOPS) in lpuart_get_mctrl()
1551 cr1 &= ~(UARTCR1_LOOPS | UARTCR1_RSRC); in lpuart_set_mctrl()
1553 cr1 |= UARTCR1_LOOPS; in lpuart_set_mctrl()