Searched refs:ar933x_uart_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/tty/serial/ |
| D | ar933x_uart.c | 58 static inline void ar933x_uart_write(struct ar933x_uart_port *up, in ar933x_uart_write() function 74 ar933x_uart_write(up, offset, t); in ar933x_uart_rmw() 94 ar933x_uart_write(up, AR933X_UART_INT_EN_REG, up->ier); in ar933x_uart_start_tx_interrupt() 100 ar933x_uart_write(up, AR933X_UART_INT_EN_REG, up->ier); in ar933x_uart_stop_tx_interrupt() 109 ar933x_uart_write(up, AR933X_UART_DATA_REG, rdata); in ar933x_uart_putc() 157 ar933x_uart_write(up, AR933X_UART_INT_EN_REG, up->ier); in ar933x_uart_stop_rx() 279 ar933x_uart_write(up, AR933X_UART_CLOCK_REG, in ar933x_uart_set_termios() 314 ar933x_uart_write(up, AR933X_UART_DATA_REG, in ar933x_uart_rx_chars() 386 ar933x_uart_write(up, AR933X_UART_INT_REG, in ar933x_uart_interrupt() 392 ar933x_uart_write(up, AR933X_UART_INT_REG, in ar933x_uart_interrupt() [all …]
|