Lines Matching refs:to_sci_port

171 to_sci_port(struct uart_port *uart)  in to_sci_port()  function
498 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
570 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
575 struct sci_port *s = to_sci_port(port); in sci_start_tx()
649 } else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
707 struct sci_port *s = to_sci_port(port); in sci_init_pins()
723 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
757 struct sci_port *s = to_sci_port(port); in sci_txfill()
779 struct sci_port *s = to_sci_port(port); in sci_rxfill()
923 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
965 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
1099 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_show()
1109 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_store()
1131 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1148 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1561 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1647 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1657 struct sci_port *s = to_sci_port(port); in sci_flush_buffer()
1685 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1759 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1800 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2044 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2089 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2115 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2151 struct sci_port *s = to_sci_port(port); in sci_startup()
2169 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2176 mctrl_gpio_disable_ms(to_sci_port(port)->gpios); in sci_shutdown()
2334 struct sci_port *s = to_sci_port(port); in sci_reset()
2371 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2639 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2673 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2701 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2714 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2736 struct sci_port *sport = to_sci_port(port); in sci_config_port()