UARTCTRL          390 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(port, UARTCTRL);
UARTCTRL          392 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, temp, UARTCTRL);
UARTCTRL          407 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(port, UARTCTRL);
UARTCTRL          408 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL);
UARTCTRL          638 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, UARTCTRL, 0);
UARTCTRL          657 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, UARTCTRL, UARTCTRL_RE | UARTCTRL_TE);
UARTCTRL          771 drivers/tty/serial/fsl_lpuart.c 		temp = lpuart32_read(port, UARTCTRL);
UARTCTRL          772 drivers/tty/serial/fsl_lpuart.c 		lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL);
UARTCTRL         1367 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK;
UARTCTRL         1372 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, temp, UARTCTRL);
UARTCTRL         1423 drivers/tty/serial/fsl_lpuart.c 	ctrl = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         1427 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, ctrl, UARTCTRL);
UARTCTRL         1440 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, ctrl_saved, UARTCTRL);
UARTCTRL         1449 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         1451 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, temp, UARTCTRL);
UARTCTRL         1534 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         1539 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, temp, UARTCTRL);
UARTCTRL         1617 drivers/tty/serial/fsl_lpuart.c 	temp = lpuart32_read(port, UARTCTRL);
UARTCTRL         1620 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(port, temp, UARTCTRL);
UARTCTRL         1864 drivers/tty/serial/fsl_lpuart.c 	ctrl = old_ctrl = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         1969 drivers/tty/serial/fsl_lpuart.c 		       UARTCTRL);
UARTCTRL         1973 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, ctrl, UARTCTRL);
UARTCTRL         2134 drivers/tty/serial/fsl_lpuart.c 	cr = old_cr = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         2137 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, cr, UARTCTRL);
UARTCTRL         2144 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, old_cr, UARTCTRL);
UARTCTRL         2210 drivers/tty/serial/fsl_lpuart.c 	cr = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         2217 drivers/tty/serial/fsl_lpuart.c 	cr = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         2530 drivers/tty/serial/fsl_lpuart.c 		temp = lpuart32_read(&sport->port, UARTCTRL);
UARTCTRL         2532 drivers/tty/serial/fsl_lpuart.c 		lpuart32_write(&sport->port, temp, UARTCTRL);