Home
last modified time | relevance | path

Searched refs:PORT_SCIFA (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/arm/mach-shmobile/
Dsetup-r8a7740.c71 .type = PORT_SCIFA,
89 .type = PORT_SCIFA,
107 .type = PORT_SCIFA,
125 .type = PORT_SCIFA,
143 .type = PORT_SCIFA,
161 .type = PORT_SCIFA,
179 .type = PORT_SCIFA,
197 .type = PORT_SCIFA,
Dsetup-sh7377.c63 .type = PORT_SCIFA,
82 .type = PORT_SCIFA,
101 .type = PORT_SCIFA,
120 .type = PORT_SCIFA,
139 .type = PORT_SCIFA,
158 .type = PORT_SCIFA,
177 .type = PORT_SCIFA,
Dsetup-sh7367.c62 .type = PORT_SCIFA,
81 .type = PORT_SCIFA,
100 .type = PORT_SCIFA,
119 .type = PORT_SCIFA,
138 .type = PORT_SCIFA,
157 .type = PORT_SCIFA,
Dsetup-sh73a0.c64 .type = PORT_SCIFA,
82 .type = PORT_SCIFA,
100 .type = PORT_SCIFA,
118 .type = PORT_SCIFA,
136 .type = PORT_SCIFA,
154 .type = PORT_SCIFA,
172 .type = PORT_SCIFA,
190 .type = PORT_SCIFA,
Dsetup-sh7372.c73 .type = PORT_SCIFA,
92 .type = PORT_SCIFA,
111 .type = PORT_SCIFA,
130 .type = PORT_SCIFA,
149 .type = PORT_SCIFA,
168 .type = PORT_SCIFA,
/linux-3.4.99/drivers/tty/serial/
Dsh-sci.c367 case PORT_SCIFA: in sci_probe_regmap()
863 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_rx_interrupt()
1239 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 sci_start_tx()
1510 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
1524 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
1538 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
1550 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
1591 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in rx_timer_fn()
1903 case PORT_SCIFA: in sci_type()
[all …]
/linux-3.4.99/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7723.c87 .type = PORT_SCIFA,
105 .type = PORT_SCIFA,
123 .type = PORT_SCIFA,
Dsetup-sh7724.c354 .type = PORT_SCIFA,
372 .type = PORT_SCIFA,
390 .type = PORT_SCIFA,
/linux-3.4.99/include/linux/
Dserial_core.h170 #define PORT_SCIFA 83 macro