Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
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)
Dsh-sci.c609 if (port->type == PORT_SCI) in sci_start_tx()
667 if (port->type == PORT_SCI) { in sci_clear_SCxSR()
849 } else if (port->type == PORT_SCI && uart_circ_empty(xmit)) { in sci_transmit_chars()
868 if (port->type == PORT_SCI) { in sci_transmit_chars()
898 if (port->type == PORT_SCI) { in sci_receive_chars()
1786 if (port->type != PORT_SCI) in sci_tx_end_interrupt()
1832 if (port->type == PORT_SCI) { in sci_er_interrupt()
2646 if (port->type != PORT_SCI) in sci_set_termios()
2698 case PORT_SCI: in sci_type()
2870 case PORT_SCI: in sci_probe_regmap()
[all …]
/Linux-v6.6/include/uapi/linux/
Dserial_core.h95 #define PORT_SCI 52 macro
/Linux-v6.6/arch/sh/kernel/cpu/sh3/
Dsetup-sh770x.c110 .type = PORT_SCI,
/Linux-v6.6/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c39 .type = PORT_SCI,
Dsetup-sh7760.c208 .type = PORT_SCI,