Searched refs:rp2_rmw_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | rp2.c | 247 static void rp2_rmw_set(struct rp2_uart_port *up, int reg, u32 val) in rp2_rmw_set() function 309 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m); in rp2_uart_start_tx() 334 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_MSRIRQ_m); in rp2_uart_enable_ms() 490 rp2_rmw_set(up, RP2_UART_CTL, in rp2_flush_fifos() 631 rp2_rmw_set(up, RP2_TXRX_CTL, in rp2_init_port()
|