PORT_SCI 109 arch/sh/kernel/cpu/sh3/setup-sh770x.c .type = PORT_SCI, PORT_SCI 38 arch/sh/kernel/cpu/sh4/setup-sh7750.c .type = PORT_SCI, PORT_SCI 207 arch/sh/kernel/cpu/sh4/setup-sh7760.c .type = PORT_SCI, PORT_SCI 646 drivers/tty/serial/sh-sci.c if (port->type == PORT_SCI) { PORT_SCI 868 drivers/tty/serial/sh-sci.c if (port->type == PORT_SCI) { PORT_SCI 1782 drivers/tty/serial/sh-sci.c if (port->type == PORT_SCI) { PORT_SCI 2663 drivers/tty/serial/sh-sci.c case PORT_SCI: PORT_SCI 2850 drivers/tty/serial/sh-sci.c case PORT_SCI: PORT_SCI 2976 drivers/tty/serial/sh-sci.c if (port->type == PORT_SCI) { PORT_SCI 3213 drivers/tty/serial/sh-sci.c .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE), PORT_SCI 3454 drivers/tty/serial/sh-sci.c return early_console_setup(device, PORT_SCI); PORT_SCI 161 drivers/tty/serial/sh-sci.h #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) PORT_SCI 162 drivers/tty/serial/sh-sci.h #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) PORT_SCI 163 drivers/tty/serial/sh-sci.h #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) PORT_SCI 164 drivers/tty/serial/sh-sci.h #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER) PORT_SCI 165 drivers/tty/serial/sh-sci.h #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER) PORT_SCI 166 drivers/tty/serial/sh-sci.h #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK) PORT_SCI 171 drivers/tty/serial/sh-sci.h (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR) PORT_SCI 175 drivers/tty/serial/sh-sci.h (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR) PORT_SCI 177 drivers/tty/serial/sh-sci.h (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)