UARTDATA          498 drivers/tty/serial/fsl_lpuart.c 		return sport->port.mapbase + UARTDATA;
UARTDATA          500 drivers/tty/serial/fsl_lpuart.c 		return sport->port.mapbase + UARTDATA + sizeof(u32) - 1;
UARTDATA          652 drivers/tty/serial/fsl_lpuart.c 		lpuart32_read(&sport->port, UARTDATA);
UARTDATA          666 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, UARTDATA, c);
UARTDATA          674 drivers/tty/serial/fsl_lpuart.c 	return lpuart32_read(port, UARTDATA);
UARTDATA          714 drivers/tty/serial/fsl_lpuart.c 		lpuart32_write(&sport->port, sport->port.x_char, UARTDATA);
UARTDATA          729 drivers/tty/serial/fsl_lpuart.c 		lpuart32_write(&sport->port, xmit->buf[xmit->tail], UARTDATA);
UARTDATA          919 drivers/tty/serial/fsl_lpuart.c 		rx = lpuart32_read(&sport->port, UARTDATA);
UARTDATA         1013 drivers/tty/serial/fsl_lpuart.c 			lpuart32_read(&sport->port, UARTDATA);
UARTDATA         2087 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, ch, UARTDATA);