Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c651 if (port->type == PORT_SCI) { in sci_clear_SCxSR()
873 if (port->type == PORT_SCI) { in sci_receive_chars()
1791 if (port->type == PORT_SCI) { in sci_er_interrupt()
2677 case PORT_SCI: in sci_type()
2864 case PORT_SCI: in sci_probe_regmap()
2991 if (port->type == PORT_SCI) { in sci_init_single()
3227 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),
3470 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
331 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
333 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
335 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
337 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
339 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
341 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
343 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
345 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
360 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
[all …]
H A Dserial_sh.c209 {.compatible = "renesas,sci", .data = PORT_SCI},
277 #define SCIF_BASE_PORT PORT_SCI
/OK3568_Linux_fs/u-boot/include/dm/platform_data/
H A Dserial_sh.h17 PORT_SCI, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_core.h90 #define PORT_SCI 52 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_core.h101 #define PORT_SCI 52 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_core.h101 #define PORT_SCI 52 macro
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c110 .type = PORT_SCI,
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c39 .type = PORT_SCI,
H A Dsetup-sh7760.c208 .type = PORT_SCI,