Symbol: lpuart32_read
drivers/tty/serial/fsl_lpuart.c
1116
u32 sr = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1284
sts = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1285
rxcount = lpuart32_read(&sport->port, UARTWATER);
drivers/tty/serial/fsl_lpuart.c
1414
u32 baud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1419
u32 ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1479
u32 modem = lpuart32_read(port, UARTMODIR)
drivers/tty/serial/fsl_lpuart.c
1484
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1490
while (lpuart32_read(port, UARTCTRL) & UARTCTRL_TE)
drivers/tty/serial/fsl_lpuart.c
1537
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1562
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1588
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1666
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1673
val = lpuart32_read(&sport->port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
1688
val = lpuart32_read(&sport->port, UARTMODIR);
drivers/tty/serial/fsl_lpuart.c
1703
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1756
uartbaud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1845
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1855
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1886
fifo = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
1963
temp = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1967
temp = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1972
temp = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1978
temp = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
2197
baud = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2235
ctrl = old_ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2236
bd = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2237
modem = lpuart32_read(port, UARTMODIR);
drivers/tty/serial/fsl_lpuart.c
2540
cr = old_cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2616
cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2623
cr = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2638
bd = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2766
cr = lpuart32_read(&device->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2834
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2836
bd = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3028
val = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3029
baud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3101
stat = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3127
temp = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3151
temp = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3164
temp = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
457
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
474
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
617
fifo = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
637
while (!(lpuart32_read(port, offset) & bit))
drivers/tty/serial/fsl_lpuart.c
706
fifo = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
715
if (lpuart32_read(port, UARTSTAT) & UARTSTAT_RDRF) {
drivers/tty/serial/fsl_lpuart.c
716
lpuart32_read(port, UARTDATA);
drivers/tty/serial/fsl_lpuart.c
735
if (!(lpuart32_read(port, UARTWATER) >> UARTWATER_RXCNT_OFF))
drivers/tty/serial/fsl_lpuart.c
738
return lpuart32_read(port, UARTDATA);
drivers/tty/serial/fsl_lpuart.c
770
txcnt = lpuart32_read(&sport->port, UARTWATER);
drivers/tty/serial/fsl_lpuart.c
776
txcnt = lpuart32_read(&sport->port, UARTWATER);
drivers/tty/serial/fsl_lpuart.c
815
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
818
if (lpuart32_read(port, UARTSTAT) & UARTSTAT_TDRE)
drivers/tty/serial/fsl_lpuart.c
858
u32 stat = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
859
u32 sfifo = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
860
u32 ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
969
while (!(lpuart32_read(&sport->port, UARTFIFO) & UARTFIFO_RXEMPT)) {
drivers/tty/serial/fsl_lpuart.c
976
sr = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
977
rx = lpuart32_read(&sport->port, UARTDATA);