Lines Matching refs:PORT_SCI
609 if (port->type == PORT_SCI) in sci_start_tx()
667 if (port->type == PORT_SCI) { in sci_clear_SCxSR()
849 } else if (port->type == PORT_SCI && uart_circ_empty(xmit)) { in sci_transmit_chars()
868 if (port->type == PORT_SCI) { in sci_transmit_chars()
898 if (port->type == PORT_SCI) { in sci_receive_chars()
1786 if (port->type != PORT_SCI) in sci_tx_end_interrupt()
1832 if (port->type == PORT_SCI) { in sci_er_interrupt()
2646 if (port->type != PORT_SCI) in sci_set_termios()
2698 case PORT_SCI: in sci_type()
2870 case PORT_SCI: in sci_probe_regmap()
2936 if (p->type == PORT_SCI) in sci_init_single()
3004 if (port->type == PORT_SCI && !dev->dev.of_node) { in sci_init_single()
3259 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),
3526 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()