Lines Matching refs:PORT_SCIFA

577 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {  in sci_start_tx()
594 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
608 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
630 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
642 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
723 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1059 case PORT_SCIFA: in scif_set_rtrg()
1128 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1208 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1282 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_rx_reenable_irq()
1523 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_dma_rx_timer_fn()
1650 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_request_dma()
1703 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
2007 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_rts()
2034 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_get_cts()
2087 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_mctrl()
2371 if (port->type == PORT_SCIFA || in sci_reset()
2428 if (s->clk_rates[SCI_SCK] && port->type != PORT_SCIFA && in sci_set_termios()
2514 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_set_termios()
2598 (port->type == PORT_SCIFA || port->type == PORT_SCIFB)) { in sci_set_termios()
2649 case PORT_SCIFA: in sci_type()
2838 case PORT_SCIFA: in sci_probe_regmap()
2919 case PORT_SCIFA: in sci_init_single()
3148 if (type == PORT_SCIFA || type == PORT_SCIFB || type == PORT_HSCIF) in sci_remove()
3190 .data = SCI_OF_DATA(PORT_SCIFA, SCIx_SCIFA_REGTYPE),
3345 if (sp->port.type == PORT_SCIFA || sp->port.type == PORT_SCIFB || in sci_probe()
3459 return early_console_setup(device, PORT_SCIFA); in scifa_early_console_setup()