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()
187 !(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU), in owl_uart_send_chars()
195 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_receive_chars()
199 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
218 val = owl_uart_read(port, OWL_UART_RXDAT); in owl_uart_receive_chars()
226 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
239 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
247 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
263 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_shutdown()
286 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_startup()
291 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_startup()
318 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_termios()
448 if (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_RFEM) in owl_uart_poll_get_char()
451 return owl_uart_read(port, OWL_UART_RXDAT); in owl_uart_poll_get_char()
502 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU) in owl_console_putchar()
520 old_ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_port_write()
529 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TRFL_MASK) in owl_uart_port_write()
533 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_port_write()