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

/linux-master/drivers/tty/serial/
H A Dsh-sci.h164 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
165 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
167 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
168 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
169 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
174 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
178 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
180 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
H A Dsh-sci.c609 if (port->type == PORT_SCI)
667 if (port->type == PORT_SCI) {
848 } else if (port->type == PORT_SCI && uart_circ_empty(xmit)) {
867 if (port->type == PORT_SCI) {
897 if (port->type == PORT_SCI) {
1784 if (port->type != PORT_SCI)
1830 if (port->type == PORT_SCI) {
2643 if (port->type != PORT_SCI)
2695 case PORT_SCI:
2867 case PORT_SCI
[all...]
/linux-master/include/uapi/linux/
H A Dserial_core.h81 #define PORT_SCI 52 macro
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c39 .type = PORT_SCI,
H A Dsetup-sh7760.c208 .type = PORT_SCI,

Completed in 159 milliseconds