Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c427 case PORT_SCIFB: in sci_probe_regmap()
499 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
516 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
530 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
544 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
556 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
1040 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1320 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_timer_fn()
1325 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in rx_timer_fn()
1445 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_request_dma()
[all …]
/linux-4.4.14/include/uapi/linux/
Dserial_core.h202 #define PORT_SCIFB 93 macro