Lines Matching refs:to_sci_port
136 to_sci_port(struct uart_port *uart) in to_sci_port() function
369 #define sci_getreg(up, offset) (sci_regmap[to_sci_port(up)->cfg->regtype] + offset)
514 struct sci_port *s = to_sci_port(port); in sci_init_pins()
583 struct sci_port *s = to_sci_port(port); in sci_rxd_in()
659 struct sci_port *sci_port = to_sci_port(port); in sci_receive_chars()
781 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
797 struct sci_port *sci_port = to_sci_port(port); in sci_handle_errors()
845 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
891 struct sci_port *s = to_sci_port(port); in sci_handle_breaks()
923 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1012 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
1019 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
1530 struct sci_port *s = to_sci_port(port); in sci_start_tx()
1601 struct sci_port *s = to_sci_port(port); in sci_break_ctl()
1658 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1748 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1767 struct sci_port *s = to_sci_port(port); in sci_startup()
1789 struct sci_port *s = to_sci_port(port); in sci_shutdown()
1908 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2044 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2150 struct sci_port *sport = to_sci_port(port); in sci_config_port()