Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsh-sci.h160 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
161 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
162 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
163 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
164 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
165 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
170 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
174 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
176 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
H A Dsh-sci.c652 if (port->type == PORT_SCI) { in sci_clear_SCxSR()
874 if (port->type == PORT_SCI) { in sci_receive_chars()
1792 if (port->type == PORT_SCI) { in sci_er_interrupt()
2678 case PORT_SCI: in sci_type()
2865 case PORT_SCI: in sci_probe_regmap()
2931 if (p->type == PORT_SCI) in sci_init_single()
2999 if (port->type == PORT_SCI && !dev->dev.of_node) { in sci_init_single()
3235 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),
3478 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()
/kernel/linux/linux-6.6/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) 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...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_core.h90 #define PORT_SCI 52 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_core.h95 #define PORT_SCI 52 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_core.h58 #define PORT_SCI 52 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_core.h58 #define PORT_SCI 52 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_core.h58 #define PORT_SCI 52 macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7760.c208 .type = PORT_SCI,
H A Dsetup-sh7750.c39 .type = PORT_SCI,
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7760.c208 .type = PORT_SCI,
H A Dsetup-sh7750.c39 .type = PORT_SCI,

Completed in 14 milliseconds