Home
last modified time | relevance | path

Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dsh-sci.h161 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
163 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
164 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
165 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
166 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
171 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
175 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
177 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
Dsh-sci.c646 if (port->type == PORT_SCI) { in sci_clear_SCxSR()
846 if (port->type != PORT_SCI) { in sci_transmit_chars()
878 if (port->type == PORT_SCI) { in sci_receive_chars()
1743 if (port->type == PORT_SCI) { in sci_er_interrupt()
2615 case PORT_SCI: in sci_type()
2802 case PORT_SCI: in sci_probe_regmap()
2924 if (port->type == PORT_SCI) { in sci_init_single()
3165 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),
3410 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()
/Linux-v4.19/include/uapi/linux/
Dserial_core.h101 #define PORT_SCI 52 macro
/Linux-v4.19/arch/sh/kernel/cpu/sh3/
Dsetup-sh770x.c112 .type = PORT_SCI,
/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c41 .type = PORT_SCI,
Dsetup-sh7760.c210 .type = PORT_SCI,