Searched refs:ar933x_uart_rmw (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | ar933x_uart.c | 69 static inline void ar933x_uart_rmw(struct ar933x_uart_port *up, in ar933x_uart_rmw() function 86 ar933x_uart_rmw(up, offset, 0, val); in ar933x_uart_rmw_set() 93 ar933x_uart_rmw(up, offset, val, 0); in ar933x_uart_rmw_clear() 340 ar933x_uart_rmw(up, AR933X_UART_CS_REG, AR933X_UART_CS_PARITY_M, cs); in ar933x_uart_set_termios() 351 ar933x_uart_rmw(up, AR933X_UART_CS_REG, in ar933x_uart_set_termios()
|