Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsh-sci.c415 case PORT_SCIFB: in sci_probe_regmap()
856 case PORT_SCIFB: in sci_handle_fifo_overrun()
930 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
1030 case PORT_SCIFB: in sci_mpxed_interrupt()
1281 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1534 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
1551 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
1565 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
1579 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
1591 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
[all …]
/linux-4.1.27/include/uapi/linux/
Dserial_core.h202 #define PORT_SCIFB 93 macro
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-sh73a0.c106 SH73A0_SCIF(PORT_SCIFB, 8, 0xe6c30000, gic_spi(80));
Dsetup-r8a7740.c237 R8A7740_SCIF(PORT_SCIFB, 8, 0xe6c30000, gic_spi(108));