Home
last modified time | relevance | path

Searched refs:ar933x_uart_rmw (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
Dar933x_uart.c54 static inline void ar933x_uart_rmw(struct ar933x_uart_port *up, in ar933x_uart_rmw() function
71 ar933x_uart_rmw(up, offset, 0, val); in ar933x_uart_rmw_set()
78 ar933x_uart_rmw(up, offset, val, 0); in ar933x_uart_rmw_clear()
216 ar933x_uart_rmw(up, AR933X_UART_CS_REG, AR933X_UART_CS_PARITY_M, cs); in ar933x_uart_set_termios()