Lines Matching refs:owl_uart_read

85 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off)  in owl_uart_read()  function
94 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_mctrl()
109 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_get_mctrl()
110 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_get_mctrl()
126 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_tx_empty()
138 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_rx()
142 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx()
151 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_tx()
155 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx()
169 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx()
173 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_start_tx()
187 while (!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)) in owl_uart_send_chars()
194 while (!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)) { in owl_uart_send_chars()
215 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_receive_chars()
219 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
237 val = owl_uart_read(port, OWL_UART_RXDAT); in owl_uart_receive_chars()
243 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_receive_chars()
259 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
267 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_irq()
283 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_shutdown()
306 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_startup()
311 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_startup()
338 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_termios()
488 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU) in owl_console_putchar()
512 old_ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_port_write()
521 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TRFL_MASK) in owl_uart_port_write()
525 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_port_write()