Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsh-sci.h5 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
6 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
7 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
8 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
9 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
10 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
26 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
27 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)
28 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)
29 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3)
Dsh-sci.c406 case PORT_SCI: in sci_probe_regmap()
644 if (port->type != PORT_SCI) { in sci_transmit_chars()
677 if (port->type == PORT_SCI) { in sci_receive_chars()
973 if (port->type == PORT_SCI) { in sci_er_interrupt()
2061 case PORT_SCI: in sci_type()
2304 sci_port->error_mask = (p->type == PORT_SCI) ? in sci_init_single()
/linux-4.1.27/include/uapi/linux/
Dserial_core.h93 #define PORT_SCI 52 macro
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dsetup-sh770x.c115 .type = PORT_SCI,
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c44 .type = PORT_SCI,
Dsetup-sh7760.c208 .type = PORT_SCI,