Lines Matching refs:to_sci_port

126 to_sci_port(struct uart_port *uart)  in to_sci_port()  function
381 #define sci_getreg(up, offset) (sci_regmap[to_sci_port(up)->cfg->regtype] + offset)
490 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
495 struct sci_port *s = to_sci_port(port); in sci_start_tx()
569 } else if (to_sci_port(port)->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
625 struct sci_port *s = to_sci_port(port); in sci_init_pins()
694 struct sci_port *s = to_sci_port(port); in sci_rxd_in()
770 struct sci_port *sci_port = to_sci_port(port); in sci_receive_chars()
892 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
908 struct sci_port *sci_port = to_sci_port(port); in sci_handle_errors()
956 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
987 struct sci_port *s = to_sci_port(port); in sci_handle_breaks()
1379 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1452 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1473 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1523 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1562 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
1767 struct sci_port *s = to_sci_port(port); in sci_break_ctl()
1797 struct sci_port *s = to_sci_port(port); in sci_startup()
1819 struct sci_port *s = to_sci_port(port); in sci_shutdown()
1946 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2082 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2116 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2144 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2157 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2179 struct sci_port *sport = to_sci_port(port); in sci_config_port()