port_to_up
struct rp2_uart_port *up = port_to_up(port);
struct rp2_uart_port *up = port_to_up(port);
rp2_rmw(port_to_up(port), RP2_TXRX_CTL,
rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m);
rp2_rmw_clr(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m);
rp2_rmw_clr(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_RXIRQ_m);
rp2_rmw(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_BREAK_m,
rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_MSRIRQ_m);
struct rp2_uart_port *up = port_to_up(port);
struct rp2_uart_port *up = port_to_up(port);
struct rp2_uart_port *up = port_to_up(port);