Lines Matching refs:to_sci_port

168 to_sci_port(struct uart_port *uart)  in to_sci_port()  function
496 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
568 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
573 struct sci_port *s = to_sci_port(port); in sci_start_tx()
616 if (to_sci_port(port)->chan_tx && in sci_stop_tx()
617 !dma_submit_error(to_sci_port(port)->cookie_tx)) { in sci_stop_tx()
618 dmaengine_terminate_async(to_sci_port(port)->chan_tx); in sci_stop_tx()
619 to_sci_port(port)->cookie_tx = -EINVAL; in sci_stop_tx()
655 } else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
713 struct sci_port *s = to_sci_port(port); in sci_init_pins()
729 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
763 struct sci_port *s = to_sci_port(port); in sci_txfill()
785 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()
1109 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_show()
1119 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_store()
1141 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1158 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1571 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1657 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1667 struct sci_port *s = to_sci_port(port); in sci_flush_buffer()
1695 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
1773 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
1814 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2059 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2104 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2130 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2166 struct sci_port *s = to_sci_port(port); in sci_startup()
2184 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2191 mctrl_gpio_disable_ms(to_sci_port(port)->gpios); in sci_shutdown()
2349 struct sci_port *s = to_sci_port(port); in sci_reset()
2386 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2628 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2662 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
2690 struct sci_port *sport = to_sci_port(port); in sci_release_port()
2703 struct sci_port *sport = to_sci_port(port); in sci_request_port()
2725 struct sci_port *sport = to_sci_port(port); in sci_config_port()