Lines Matching refs:owl_uart_write
84 static inline void owl_uart_write(struct uart_port *port, u32 val, unsigned int off) in owl_uart_write() function
105 owl_uart_write(port, ctl, OWL_UART_CTL); in owl_uart_set_mctrl()
144 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_stop_rx()
148 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_rx()
157 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_stop_tx()
161 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_tx()
175 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_start_tx()
179 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_start_tx()
188 owl_uart_write(port, ch, OWL_UART_TXDAT)); in owl_uart_send_chars()
197 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_receive_chars()
249 owl_uart_write(port, stat, OWL_UART_STAT); in owl_uart_irq()
266 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_shutdown()
289 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_startup()
294 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_startup()
361 owl_uart_write(port, ctl, OWL_UART_CTL); in owl_uart_set_termios()
469 owl_uart_write(port, ch, OWL_UART_TXDAT); in owl_uart_poll_put_char()
505 owl_uart_write(port, ch, OWL_UART_TXDAT); in owl_console_putchar()
524 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_port_write()
535 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_port_write()
537 owl_uart_write(port, old_ctl, OWL_UART_CTL); in owl_uart_port_write()