UART010_CR         69 drivers/tty/serial/amba-pl010.c 	cr = readb(uap->port.membase + UART010_CR);
UART010_CR         71 drivers/tty/serial/amba-pl010.c 	writel(cr, uap->port.membase + UART010_CR);
UART010_CR         80 drivers/tty/serial/amba-pl010.c 	cr = readb(uap->port.membase + UART010_CR);
UART010_CR         82 drivers/tty/serial/amba-pl010.c 	writel(cr, uap->port.membase + UART010_CR);
UART010_CR         91 drivers/tty/serial/amba-pl010.c 	cr = readb(uap->port.membase + UART010_CR);
UART010_CR         93 drivers/tty/serial/amba-pl010.c 	writel(cr, uap->port.membase + UART010_CR);
UART010_CR        101 drivers/tty/serial/amba-pl010.c 	cr = readb(uap->port.membase + UART010_CR);
UART010_CR        103 drivers/tty/serial/amba-pl010.c 	writel(cr, uap->port.membase + UART010_CR);
UART010_CR        112 drivers/tty/serial/amba-pl010.c 	cr = readb(uap->port.membase + UART010_CR);
UART010_CR        114 drivers/tty/serial/amba-pl010.c 	writel(cr, uap->port.membase + UART010_CR);
UART010_CR        344 drivers/tty/serial/amba-pl010.c 	       uap->port.membase + UART010_CR);
UART010_CR        367 drivers/tty/serial/amba-pl010.c 	writel(0, uap->port.membase + UART010_CR);
UART010_CR        456 drivers/tty/serial/amba-pl010.c 	old_cr = readb(uap->port.membase + UART010_CR) & ~UART010_CR_MSIE;
UART010_CR        461 drivers/tty/serial/amba-pl010.c 	writel(0, uap->port.membase + UART010_CR);
UART010_CR        474 drivers/tty/serial/amba-pl010.c 	writel(old_cr, uap->port.membase + UART010_CR);
UART010_CR        592 drivers/tty/serial/amba-pl010.c 	old_cr = readb(uap->port.membase + UART010_CR);
UART010_CR        593 drivers/tty/serial/amba-pl010.c 	writel(UART01x_CR_UARTEN, uap->port.membase + UART010_CR);
UART010_CR        605 drivers/tty/serial/amba-pl010.c 	writel(old_cr, uap->port.membase + UART010_CR);
UART010_CR        614 drivers/tty/serial/amba-pl010.c 	if (readb(uap->port.membase + UART010_CR) & UART01x_CR_UARTEN) {