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()
933 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
975 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
1110 struct sci_port *sci = to_sci_port(port); in rx_trigger_show()
1121 struct sci_port *sci = to_sci_port(port); in rx_trigger_store()
1143 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1160 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1547 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1626 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1640 to_sci_port(port)->tx_dma_len = 0; in sci_flush_buffer()
1657 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1727 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1768 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2005 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2050 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2076 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2112 struct sci_port *s = to_sci_port(port); in sci_startup()
2130 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2137 mctrl_gpio_disable_ms(to_sci_port(port)->gpios); in sci_shutdown()
2295 struct sci_port *s = to_sci_port(port); in sci_reset()
2332 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2598 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2632 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2660 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2673 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2695 struct sci_port *sport = to_sci_port(port); in sci_config_port()