Lines Matching refs:port_to_up
232 static inline struct rp2_uart_port *port_to_up(struct uart_port *port) in port_to_up() function
275 struct rp2_uart_port *up = port_to_up(port); in rp2_uart_tx_empty()
292 struct rp2_uart_port *up = port_to_up(port); in rp2_uart_get_mctrl()
304 rp2_rmw(port_to_up(port), RP2_TXRX_CTL, in rp2_uart_set_mctrl()
313 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m); in rp2_uart_start_tx()
318 rp2_rmw_clr(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_TXIRQ_m); in rp2_uart_stop_tx()
323 rp2_rmw_clr(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_RXIRQ_m); in rp2_uart_stop_rx()
331 rp2_rmw(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_BREAK_m, in rp2_uart_break_ctl()
338 rp2_rmw_set(port_to_up(port), RP2_TXRX_CTL, RP2_TXRX_CTL_MSRIRQ_m); in rp2_uart_enable_ms()
381 struct rp2_uart_port *up = port_to_up(port); in rp2_uart_set_termios()
526 struct rp2_uart_port *up = port_to_up(port); in rp2_uart_startup()
540 struct rp2_uart_port *up = port_to_up(port); in rp2_uart_shutdown()