Lines Matching refs:to_sci_port
225 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask)
230 (to_sci_port(port)->params->error_clear)
679 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
753 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
758 struct sci_port *s = to_sci_port(port); in sci_start_tx()
802 struct sci_port *s = to_sci_port(port); in sci_stop_tx()
826 struct sci_port *s = to_sci_port(port); in sci_start_rx()
839 struct sci_port *s = to_sci_port(port); in sci_stop_rx()
854 struct sci_port *s = to_sci_port(port); in sci_clear_SCxSR()
876 struct sci_port *s = to_sci_port(port); in sci_poll_get_char()
903 struct sci_port *s = to_sci_port(port); in sci_poll_put_char()
919 struct sci_port *s = to_sci_port(port); in sci_init_pins()
969 struct sci_port *s = to_sci_port(port); in sci_txfill()
991 struct sci_port *s = to_sci_port(port); in sci_rxfill()
1014 struct sci_port *s = to_sci_port(port); in sci_transmit_chars()
1074 struct sci_port *s = to_sci_port(port); in sci_receive_chars()
1149 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
1193 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun()
1254 struct sci_port *s = to_sci_port(port); in scif_set_rtrg()
1334 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_show()
1344 struct sci_port *sci = to_sci_port(port); in rx_fifo_trigger_store()
1366 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_show()
1383 struct sci_port *sci = to_sci_port(port); in rx_fifo_timeout_store()
1806 struct sci_port *s = to_sci_port(port); in sci_request_dma()
1893 struct sci_port *s = to_sci_port(port); in sci_free_dma()
1903 struct sci_port *s = to_sci_port(port); in sci_flush_buffer()
1948 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt()
2006 struct sci_port *s = to_sci_port(port); in sci_tx_interrupt()
2018 struct sci_port *s = to_sci_port(port); in sci_tx_end_interrupt()
2038 struct sci_port *s = to_sci_port(port); in sci_br_interrupt()
2054 struct sci_port *s = to_sci_port(port); in sci_er_interrupt()
2095 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt()
2282 struct sci_port *s = to_sci_port(port); in sci_tx_empty()
2294 struct sci_port *s = to_sci_port(port); in sci_set_rts()
2323 struct sci_port *s = to_sci_port(port); in sci_get_cts()
2350 struct sci_port *s = to_sci_port(port); in sci_set_mctrl()
2396 struct sci_port *s = to_sci_port(port); in sci_get_mctrl()
2422 mctrl_gpio_enable_ms(to_sci_port(port)->gpios); in sci_enable_ms()
2458 struct sci_port *s = to_sci_port(port); in sci_shutdown_complete()
2468 struct sci_port *s = to_sci_port(port); in sci_startup()
2488 struct sci_port *s = to_sci_port(port); in sci_shutdown()
2494 mctrl_gpio_disable_ms_sync(to_sci_port(port)->gpios); in sci_shutdown()
2647 struct sci_port *s = to_sci_port(port); in sci_reset()
2684 struct sci_port *s = to_sci_port(port); in sci_set_termios()
2936 struct sci_port *sci_port = to_sci_port(port); in sci_pm()
2951 struct sci_port *s = to_sci_port(port); in sci_type()
2973 struct sci_port *sport = to_sci_port(port); in sci_remap_port()
3001 struct sci_port *sport = to_sci_port(port); in sci_release_port()
3015 struct sci_port *sport = to_sci_port(port); in sci_request_port()
3038 struct sci_port *sport = to_sci_port(port); in sci_config_port()
3057 struct sci_port *s = to_sci_port(port); in sci_prepare_console_write()
3068 struct sci_port *s = to_sci_port(port); in sci_console_save()
3097 struct sci_port *s = to_sci_port(port); in sci_console_restore()
3395 to_sci_port(port)->ops->poll_put_char(port, ch); in serial_console_putchar()