Searched refs:owl_uart_write (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | owl-uart.c | 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | owl-uart.c | 80 static inline void owl_uart_write(struct uart_port *port, u32 val, unsigned int off) in owl_uart_write() function 101 owl_uart_write(port, ctl, OWL_UART_CTL); in owl_uart_set_mctrl() 140 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_stop_rx() 144 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_rx() 153 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_stop_tx() 157 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_tx() 171 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_start_tx() 175 owl_uart_write(port, val, OWL_UART_CTL); in owl_uart_start_tx() 189 owl_uart_write(port, port->x_char, OWL_UART_TXDAT); in owl_uart_send_chars() 199 owl_uart_write(port, ch, OWL_UART_TXDAT); in owl_uart_send_chars() [all …]
|