Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UARTCR1_LOOPS
drivers/tty/serial/fsl_lpuart.c
1526
if (cr1 & UARTCR1_LOOPS)
drivers/tty/serial/fsl_lpuart.c
1551
cr1 &= ~(UARTCR1_LOOPS | UARTCR1_RSRC);
drivers/tty/serial/fsl_lpuart.c
1553
cr1 |= UARTCR1_LOOPS;