Lines Matching refs:PORT_SCIFA
576 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
593 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
607 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
629 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
641 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
722 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1061 case PORT_SCIFA: in scif_set_rtrg()
1130 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1210 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1284 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_rx_reenable_irq()
1525 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_dma_rx_timer_fn()
1652 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_request_dma()
1705 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
2009 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_rts()
2036 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_get_cts()
2089 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_mctrl()
2373 if (port->type == PORT_SCIFA || in sci_reset()
2434 if (s->clk_rates[SCI_SCK] && port->type != PORT_SCIFA && in sci_set_termios()
2535 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_set_termios()
2619 (port->type == PORT_SCIFA || port->type == PORT_SCIFB)) { in sci_set_termios()
2681 case PORT_SCIFA: in sci_type()
2870 case PORT_SCIFA: in sci_probe_regmap()
2951 case PORT_SCIFA: in sci_init_single()
3180 if (type == PORT_SCIFA || type == PORT_SCIFB || type == PORT_HSCIF) in sci_remove()
3218 .data = SCI_OF_DATA(PORT_SCIFA, SCIx_SCIFA_REGTYPE),
3373 if (sp->port.type == PORT_SCIFA || sp->port.type == PORT_SCIFB || in sci_probe()
3486 return early_console_setup(device, PORT_SCIFA); in scifa_early_console_setup()