Home
last modified time | relevance | path

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

/openbmc/linux/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()
868 if (port->type == PORT_SCI) { in sci_transmit_chars()
898 if (port->type == PORT_SCI) { in sci_receive_chars()
1791 if (port->type != PORT_SCI) in sci_tx_end_interrupt()
1837 if (port->type == PORT_SCI) { in sci_er_interrupt()
2651 if (port->type != PORT_SCI) in sci_set_termios()
2703 case PORT_SCI: in sci_type()
2875 case PORT_SCI: in sci_probe_regmap()
2941 if (p->type == PORT_SCI) in sci_init_single()
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
328 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
330 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
332 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
334 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
336 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
338 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
340 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
342 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
357 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
[all …]
H A Dserial_sh.c208 {.compatible = "renesas,sci", .data = PORT_SCI},
283 #define SCIF_BASE_PORT PORT_SCI
/openbmc/u-boot/include/dm/platform_data/
H A Dserial_sh.h16 PORT_SCI, enumerator
/openbmc/linux/include/uapi/linux/
H A Dserial_core.h95 #define PORT_SCI 52 macro
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c39 .type = PORT_SCI,
H A Dsetup-sh7760.c208 .type = PORT_SCI,