Symbol: PORT_SCI
arch/sh/kernel/cpu/sh3/setup-sh770x.c
110
.type = PORT_SCI,
arch/sh/kernel/cpu/sh4/setup-sh7750.c
39
.type = PORT_SCI,
arch/sh/kernel/cpu/sh4/setup-sh7760.c
208
.type = PORT_SCI,
drivers/tty/serial/sh-sci.c
1039
if (s->type == PORT_SCI &&
drivers/tty/serial/sh-sci.c
1060
if (s->type == PORT_SCI) {
drivers/tty/serial/sh-sci.c
1091
if (s->type == PORT_SCI) {
drivers/tty/serial/sh-sci.c
2023
if (s->type != PORT_SCI && !sci_is_rsci_type(s->type))
drivers/tty/serial/sh-sci.c
2070
if (s->type == PORT_SCI) {
drivers/tty/serial/sh-sci.c
218
#define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
drivers/tty/serial/sh-sci.c
219
#define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
drivers/tty/serial/sh-sci.c
220
#define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
drivers/tty/serial/sh-sci.c
221
#define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
drivers/tty/serial/sh-sci.c
222
#define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
drivers/tty/serial/sh-sci.c
223
#define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
drivers/tty/serial/sh-sci.c
228
(((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
drivers/tty/serial/sh-sci.c
232
(((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
drivers/tty/serial/sh-sci.c
234
(((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
drivers/tty/serial/sh-sci.c
2901
if (s->type != PORT_SCI)
drivers/tty/serial/sh-sci.c
2956
case PORT_SCI:
drivers/tty/serial/sh-sci.c
3239
case PORT_SCI:
drivers/tty/serial/sh-sci.c
3307
if (p->type == PORT_SCI || sci_is_rsci_type(p->type))
drivers/tty/serial/sh-sci.c
3371
if (p->type == PORT_SCI && !dev->dev.of_node) {
drivers/tty/serial/sh-sci.c
3640
.type = PORT_SCI,
drivers/tty/serial/sh-sci.c
793
if (s->type == PORT_SCI)
drivers/tty/serial/sh-sci.c
856
if (s->type == PORT_SCI) {