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
1416
u32 baud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1421
u32 ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1488
u32 modem = lpuart32_read(port, UARTMODIR)
drivers/tty/serial/fsl_lpuart.c
1493
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1499
while (lpuart32_read(port, UARTCTRL) & UARTCTRL_TE)
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
1597
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1675
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1682
val = lpuart32_read(&sport->port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
1697
val = lpuart32_read(&sport->port, UARTMODIR);
drivers/tty/serial/fsl_lpuart.c
1712
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1765
uartbaud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1854
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1864
ctrl = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1895
fifo = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
1972
temp = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1976
temp = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
1981
temp = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
1987
temp = lpuart32_read(port, UARTFIFO);
drivers/tty/serial/fsl_lpuart.c
2206
baud = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2244
ctrl = old_ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2245
bd = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2246
modem = lpuart32_read(port, UARTMODIR);
drivers/tty/serial/fsl_lpuart.c
2549
cr = old_cr = lpuart32_read(&sport->port, 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
2647
bd = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
2775
cr = lpuart32_read(&device->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2843
ctrl = lpuart32_read(port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
2845
bd = lpuart32_read(port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3037
val = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3038
baud = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3110
stat = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3136
temp = lpuart32_read(&sport->port, UARTCTRL);
drivers/tty/serial/fsl_lpuart.c
3160
temp = lpuart32_read(&sport->port, UARTBAUD);
drivers/tty/serial/fsl_lpuart.c
3173
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);