Symbol: UARTCR2
drivers/tty/serial/fsl_lpuart.c
1134
cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1136
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1163
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1576
cr2 = readb(port->membase + UARTCR2) & ~UARTCR2_SBK;
drivers/tty/serial/fsl_lpuart.c
1581
writeb(cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1622
cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1626
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1648
writeb(cr2_saved, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1657
cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1659
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1943
cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1946
writeb(cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1999
old_cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2112
port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2128
writeb(old_cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2510
cr2 = old_cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2513
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2520
writeb(old_cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2567
cr = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3044
val = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3049
writeb(val, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3132
temp = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3134
writeb(temp, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
448
cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
450
writeb(cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
466
cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
467
writeb(cr2 & ~UARTCR2_RE, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
652
writeb(0, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
673
writeb(UARTCR2_RE | UARTCR2_TE, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
794
cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
795
writeb(cr2 | UARTCR2_TIE, port->membase + UARTCR2);