Symbol: OWL_UART_STAT
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
146
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
148
owl_uart_write(port, val, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
159
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
161
owl_uart_write(port, val, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
173
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
175
owl_uart_write(port, val, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
187
!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU),
drivers/tty/serial/owl-uart.c
199
stat = owl_uart_read(port, OWL_UART_STAT);
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
249
owl_uart_write(port, stat, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
286
val = owl_uart_read(port, OWL_UART_STAT);
drivers/tty/serial/owl-uart.c
289
owl_uart_write(port, val, OWL_UART_STAT);
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
460
ret = readl_poll_timeout_atomic(port->membase + OWL_UART_STAT, reg,
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
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
535
owl_uart_write(port, val, OWL_UART_STAT);