Home
last modified time | relevance | path

Searched refs:PORT_SCIFB (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dsh-sci.c579 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()
1060 case PORT_SCIFB: in scif_set_rtrg()
1130 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_trigger_store()
1210 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1493 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_timer_fn()
[all …]
/Linux-v4.19/include/uapi/linux/
Dserial_core.h210 #define PORT_SCIFB 93 macro