Lines Matching refs:to_sci_port

168 to_sci_port(struct uart_port *uart)  in to_sci_port()  function
495 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
567 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
572 struct sci_port *s = to_sci_port(port); in sci_start_tx()
646 } else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
704 struct sci_port *s = to_sci_port(port); in sci_init_pins()
720 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
754 struct sci_port *s = to_sci_port(port); in sci_txfill()
776 struct sci_port *s = to_sci_port(port); in sci_rxfill()
927 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
969 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
1103 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_show()
1113 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_store()
1135 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1152 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1565 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1651 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1661 struct sci_port *s = to_sci_port(port); in sci_flush_buffer()
1689 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1763 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1804 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2048 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2093 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2119 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2155 struct sci_port *s = to_sci_port(port); in sci_startup()
2173 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2180 mctrl_gpio_disable_ms(to_sci_port(port)->gpios); in sci_shutdown()
2338 struct sci_port *s = to_sci_port(port); in sci_reset()
2375 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2643 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2677 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2705 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2718 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2740 struct sci_port *sport = to_sci_port(port); in sci_config_port()