Lines Matching refs:to_sci_port

169 to_sci_port(struct uart_port *uart)  in to_sci_port()  function
497 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
569 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
574 struct sci_port *s = to_sci_port(port); in sci_start_tx()
631 if (to_sci_port(port)->chan_tx && in sci_stop_tx()
632 !dma_submit_error(to_sci_port(port)->cookie_tx)) { in sci_stop_tx()
633 dmaengine_terminate_async(to_sci_port(port)->chan_tx); in sci_stop_tx()
634 to_sci_port(port)->cookie_tx = -EINVAL; in sci_stop_tx()
670 } else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
728 struct sci_port *s = to_sci_port(port); in sci_init_pins()
744 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
778 struct sci_port *s = to_sci_port(port); in sci_txfill()
800 struct sci_port *s = to_sci_port(port); in sci_rxfill()
958 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
994 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
1124 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_show()
1134 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_store()
1156 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1173 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1589 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1676 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1686 struct sci_port *s = to_sci_port(port); in sci_flush_buffer()
1714 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1816 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1857 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2102 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2147 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2173 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2209 struct sci_port *s = to_sci_port(port); in sci_startup()
2227 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2234 mctrl_gpio_disable_ms(to_sci_port(port)->gpios); in sci_shutdown()
2392 struct sci_port *s = to_sci_port(port); in sci_reset()
2429 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2681 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2715 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2743 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2756 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2778 struct sci_port *sport = to_sci_port(port); in sci_config_port()