UARTCR2           381 drivers/tty/serial/fsl_lpuart.c 	temp = readb(port->membase + UARTCR2);
UARTCR2           383 drivers/tty/serial/fsl_lpuart.c 	writeb(temp, port->membase + UARTCR2);
UARTCR2           399 drivers/tty/serial/fsl_lpuart.c 	temp = readb(port->membase + UARTCR2);
UARTCR2           400 drivers/tty/serial/fsl_lpuart.c 	writeb(temp & ~UARTCR2_RE, port->membase + UARTCR2);
UARTCR2           585 drivers/tty/serial/fsl_lpuart.c 	writeb(0, sport->port.membase + UARTCR2);
UARTCR2           606 drivers/tty/serial/fsl_lpuart.c 	writeb(UARTCR2_RE | UARTCR2_TE, sport->port.membase + UARTCR2);
UARTCR2           750 drivers/tty/serial/fsl_lpuart.c 	temp = readb(port->membase + UARTCR2);
UARTCR2           751 drivers/tty/serial/fsl_lpuart.c 	writeb(temp | UARTCR2_TIE, port->membase + UARTCR2);
UARTCR2          1027 drivers/tty/serial/fsl_lpuart.c 			cr2 = readb(sport->port.membase + UARTCR2);
UARTCR2          1029 drivers/tty/serial/fsl_lpuart.c 			writeb(cr2, sport->port.membase + UARTCR2);
UARTCR2          1056 drivers/tty/serial/fsl_lpuart.c 			writeb(cr2, sport->port.membase + UARTCR2);
UARTCR2          1355 drivers/tty/serial/fsl_lpuart.c 	temp = readb(port->membase + UARTCR2) & ~UARTCR2_SBK;
UARTCR2          1360 drivers/tty/serial/fsl_lpuart.c 	writeb(temp, port->membase + UARTCR2);
UARTCR2          1380 drivers/tty/serial/fsl_lpuart.c 	cr2 = readb(sport->port.membase + UARTCR2);
UARTCR2          1384 drivers/tty/serial/fsl_lpuart.c 	writeb(cr2, sport->port.membase + UARTCR2);
UARTCR2          1404 drivers/tty/serial/fsl_lpuart.c 	writeb(cr2_saved, sport->port.membase + UARTCR2);
UARTCR2          1413 drivers/tty/serial/fsl_lpuart.c 	cr2 = readb(sport->port.membase + UARTCR2);
UARTCR2          1415 drivers/tty/serial/fsl_lpuart.c 	writeb(cr2, sport->port.membase + UARTCR2);
UARTCR2          1597 drivers/tty/serial/fsl_lpuart.c 	temp = readb(port->membase + UARTCR2);
UARTCR2          1600 drivers/tty/serial/fsl_lpuart.c 	writeb(temp, port->membase + UARTCR2);
UARTCR2          1639 drivers/tty/serial/fsl_lpuart.c 	old_cr2 = readb(sport->port.membase + UARTCR2);
UARTCR2          1754 drivers/tty/serial/fsl_lpuart.c 			sport->port.membase + UARTCR2);
UARTCR2          1770 drivers/tty/serial/fsl_lpuart.c 	writeb(old_cr2, sport->port.membase + UARTCR2);
UARTCR2          2104 drivers/tty/serial/fsl_lpuart.c 	cr2 = old_cr2 = readb(sport->port.membase + UARTCR2);
UARTCR2          2107 drivers/tty/serial/fsl_lpuart.c 	writeb(cr2, sport->port.membase + UARTCR2);
UARTCR2          2114 drivers/tty/serial/fsl_lpuart.c 	writeb(old_cr2, sport->port.membase + UARTCR2);
UARTCR2          2161 drivers/tty/serial/fsl_lpuart.c 	cr = readb(sport->port.membase + UARTCR2);
UARTCR2          2535 drivers/tty/serial/fsl_lpuart.c 		temp = readb(sport->port.membase + UARTCR2);
UARTCR2          2537 drivers/tty/serial/fsl_lpuart.c 		writeb(temp, sport->port.membase + UARTCR2);