Searched refs:rp2_rmw_set (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | rp2.c | 251 static void rp2_rmw_set(struct rp2_uart_port *up, int reg, u32 val) in rp2_rmw_set() function 313 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m); in rp2_uart_start_tx() 338 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_MSRIRQ_m); in rp2_uart_enable_ms() 516 rp2_rmw_set(up, RP2_UART_CTL, in rp2_flush_fifos() 657 rp2_rmw_set(up, RP2_TXRX_CTL, in rp2_init_port()
|