Lines Matching refs:PORT_SCIFB

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()
621 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
633 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
714 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1054 case PORT_SCIFB: in scif_set_rtrg()
1122 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1202 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1276 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_rx_reenable_irq()
1517 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_dma_rx_timer_fn()
1644 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_request_dma()
1697 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
1996 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_rts()
2023 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_get_cts()
2076 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_set_mctrl()
2361 port->type == PORT_SCIFB) in sci_reset()
2418 port->type != PORT_SCIFB) { in sci_set_termios()
2518 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_set_termios()
2602 (port->type == PORT_SCIFA || port->type == PORT_SCIFB)) { in sci_set_termios()
2666 case PORT_SCIFB: in sci_type()
2856 case PORT_SCIFB: in sci_probe_regmap()
2928 case PORT_SCIFB: in sci_init_single()
3163 if (type == PORT_SCIFA || type == PORT_SCIFB || type == PORT_HSCIF) in sci_remove()
3204 .data = SCI_OF_DATA(PORT_SCIFB, SCIx_SCIFB_REGTYPE),
3356 if (sp->port.type == PORT_SCIFA || sp->port.type == PORT_SCIFB || in sci_probe()
3474 return early_console_setup(device, PORT_SCIFB); in scifb_early_console_setup()