Lines Matching refs:owl_uart_read

89 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off)  in owl_uart_read()  function
98 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_mctrl()
113 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_get_mctrl()
114 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_get_mctrl()
130 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_tx_empty()
142 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_rx()
146 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx()
155 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_tx()
159 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx()
173 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx()
177 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_start_tx()
191 while (!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)) in owl_uart_send_chars()
198 while (!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)) { in owl_uart_send_chars()
219 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_receive_chars()
223 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
241 val = owl_uart_read(port, OWL_UART_RXDAT); in owl_uart_receive_chars()
247 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
261 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
269 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
285 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_shutdown()
308 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_startup()
313 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_startup()
340 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_termios()
470 if (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_RFEM) in owl_uart_poll_get_char()
473 return owl_uart_read(port, OWL_UART_RXDAT); in owl_uart_poll_get_char()
524 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU) in owl_console_putchar()
548 old_ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_port_write()
557 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TRFL_MASK) in owl_uart_port_write()
561 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_port_write()