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
1585
cr2 = readb(port->membase + UARTCR2) & ~UARTCR2_SBK;
drivers/tty/serial/fsl_lpuart.c
1590
writeb(cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1631
cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1635
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1657
writeb(cr2_saved, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1666
cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1668
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1952
cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
1955
writeb(cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2008
old_cr2 = readb(port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2121
port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2137
writeb(old_cr2, port->membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2519
cr2 = old_cr2 = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2522
writeb(cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2529
writeb(old_cr2, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
2576
cr = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3053
val = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3058
writeb(val, sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3141
temp = readb(sport->port.membase + UARTCR2);
drivers/tty/serial/fsl_lpuart.c
3143
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);