Symbol: UARTCTRL
drivers/tty/serial/fsl_lpuart.c
1421
u32 ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1423
lpuart32_write(&sport->port, ctrl | UARTCTRL_ILIE, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1493
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1497
lpuart32_write(port, ctrl & ~UARTCTRL_TE, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1499
while (lpuart32_read(port, UARTCTRL) & UARTCTRL_TE)
drivers/tty/serial/fsl_lpuart.c
1524
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1546
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1571
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1578
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1597
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1615
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1617
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1621
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1623
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1675
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1679
lpuart32_write(&sport->port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1703
lpuart32_write(&sport->port, ctrl_saved, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1712
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1715
lpuart32_write(&sport->port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1854
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1857
lpuart32_write(&sport->port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1864
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1869
lpuart32_write(&sport->port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1981
temp = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1984
lpuart32_write(port, temp, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2244
ctrl = old_ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2377
UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2382
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2549
cr = old_cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2552
lpuart32_write(&sport->port, cr, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2559
lpuart32_write(&sport->port, old_cr, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2625
cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2632
cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2775
cr = lpuart32_read(&device->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2777
lpuart32_write(&device->port, cr, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2843
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2864
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3037
val = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3050
lpuart32_write(&sport->port, val, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3136
temp = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3138
lpuart32_write(&sport->port, temp, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
457
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
459
lpuart32_write(port, ctrl, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
474
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
475
lpuart32_write(port, ctrl & ~UARTCTRL_RE, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
704
lpuart32_write(port, 0, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
721
lpuart32_write(port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
815
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
816
lpuart32_write(port, ctrl | UARTCTRL_TIE, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
860
u32 ctrl = lpuart32_read(port, UARTCTRL);