old_cr2          1633 drivers/tty/serial/fsl_lpuart.c 	unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem;
old_cr2          1639 drivers/tty/serial/fsl_lpuart.c 	old_cr2 = readb(sport->port.membase + UARTCR2);
old_cr2          1753 drivers/tty/serial/fsl_lpuart.c 	writeb(old_cr2 & ~(UARTCR2_TE | UARTCR2_RE),
old_cr2          1770 drivers/tty/serial/fsl_lpuart.c 	writeb(old_cr2, sport->port.membase + UARTCR2);
old_cr2          2094 drivers/tty/serial/fsl_lpuart.c 	unsigned char  old_cr2, cr2;
old_cr2          2104 drivers/tty/serial/fsl_lpuart.c 	cr2 = old_cr2 = readb(sport->port.membase + UARTCR2);
old_cr2          2114 drivers/tty/serial/fsl_lpuart.c 	writeb(old_cr2, sport->port.membase + UARTCR2);