Searched refs:PORT_SCIFA (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-sh73a0.c | 98 SH73A0_SCIF(PORT_SCIFA, 0, 0xe6c40000, gic_spi(72)); 99 SH73A0_SCIF(PORT_SCIFA, 1, 0xe6c50000, gic_spi(73)); 100 SH73A0_SCIF(PORT_SCIFA, 2, 0xe6c60000, gic_spi(74)); 101 SH73A0_SCIF(PORT_SCIFA, 3, 0xe6c70000, gic_spi(75)); 102 SH73A0_SCIF(PORT_SCIFA, 4, 0xe6c80000, gic_spi(78)); 103 SH73A0_SCIF(PORT_SCIFA, 5, 0xe6cb0000, gic_spi(79)); 104 SH73A0_SCIF(PORT_SCIFA, 6, 0xe6cc0000, gic_spi(156)); 105 SH73A0_SCIF(PORT_SCIFA, 7, 0xe6cd0000, gic_spi(143));
|
D | setup-r8a7740.c | 229 R8A7740_SCIF(PORT_SCIFA, 0, 0xe6c40000, gic_spi(100)); 230 R8A7740_SCIF(PORT_SCIFA, 1, 0xe6c50000, gic_spi(101)); 231 R8A7740_SCIF(PORT_SCIFA, 2, 0xe6c60000, gic_spi(102)); 232 R8A7740_SCIF(PORT_SCIFA, 3, 0xe6c70000, gic_spi(103)); 233 R8A7740_SCIF(PORT_SCIFA, 4, 0xe6c80000, gic_spi(104)); 234 R8A7740_SCIF(PORT_SCIFA, 5, 0xe6cb0000, gic_spi(105)); 235 R8A7740_SCIF(PORT_SCIFA, 6, 0xe6cc0000, gic_spi(106)); 236 R8A7740_SCIF(PORT_SCIFA, 7, 0xe6cd0000, gic_spi(107));
|
/linux-4.1.27/drivers/tty/serial/ |
D | sh-sci.c | 412 case PORT_SCIFA: in sci_probe_regmap() 855 case PORT_SCIFA: in sci_handle_fifo_overrun() 930 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt() 1029 case PORT_SCIFA: 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/ |
D | serial_core.h | 175 #define PORT_SCIFA 83 macro
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7723.c | 99 .type = PORT_SCIFA, 122 .type = PORT_SCIFA, 145 .type = PORT_SCIFA,
|
D | setup-sh7724.c | 366 .type = PORT_SCIFA, 389 .type = PORT_SCIFA, 412 .type = PORT_SCIFA,
|