Lines Matching refs:PORT_SCIFB

579 	if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) {  in sci_start_tx()
596 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
610 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
624 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
636 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
717 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1050 case PORT_SCIFB: in scif_set_rtrg()
1118 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1198 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1272 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_rx_reenable_irq()
1513 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_dma_rx_timer_fn()
1640 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_request_dma()
1693 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
1992 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_rts()
2019 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_get_cts()
2072 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_mctrl()
2357 port->type == PORT_SCIFB) in sci_reset()
2414 port->type != PORT_SCIFB) { 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()
2662 case PORT_SCIFB: in sci_type()
2852 case PORT_SCIFB: in sci_probe_regmap()
2923 case PORT_SCIFB: in sci_init_single()
3159 if (type == PORT_SCIFA || type == PORT_SCIFB || type == PORT_HSCIF) in sci_remove()
3200 .data = SCI_OF_DATA(PORT_SCIFB, SCIx_SCIFB_REGTYPE),
3350 if (sp->port.type == PORT_SCIFA || sp->port.type == PORT_SCIFB || in sci_probe()
3468 return early_console_setup(device, PORT_SCIFB); in scifb_early_console_setup()