Symbol: owl_uart_read
drivers/tty/serial/owl-uart.c
113
ctl = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
114
stat = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
130
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
142
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
146
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
155
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
159
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
173
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
177
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
187
!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU),
drivers/tty/serial/owl-uart.c
195
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
199
stat = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
218
val = owl_uart_read(port, OWL_UART_RXDAT);
drivers/tty/serial/owl-uart.c
226
stat = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
239
stat = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
247
stat = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
263
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
286
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
291
val = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
318
ctl = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
448
if (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_RFEM)
drivers/tty/serial/owl-uart.c
451
return owl_uart_read(port, OWL_UART_RXDAT);
drivers/tty/serial/owl-uart.c
502
while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)
drivers/tty/serial/owl-uart.c
520
old_ctl = owl_uart_read(port, OWL_UART_CTL);
drivers/tty/serial/owl-uart.c
529
while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TRFL_MASK)
drivers/tty/serial/owl-uart.c
533
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
98
ctl = owl_uart_read(port, OWL_UART_CTL);