Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c218 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
219 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
220 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
221 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
222 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
223 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
228 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
232 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
234 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
793 if (s->type == PORT_SCI) in sci_start_tx()
[all …]
/linux/include/uapi/linux/
H A Dserial_core.h81 #define PORT_SCI 52 macro
/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/linux/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c39 .type = PORT_SCI,
H A Dsetup-sh7760.c208 .type = PORT_SCI,