Home
last modified time | relevance | path

Searched refs:PORT_SCIFA (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.c576 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
593 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
607 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
629 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
641 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
722 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1061 case PORT_SCIFA: in scif_set_rtrg()
1130 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1210 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_tx_complete()
1284 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_dma_rx_reenable_irq()
[all …]
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.c46 if (port->type == PORT_SCIFA) in scif_rxfill()
211 {.compatible = "renesas,scifa", .data = PORT_SCIFA},
275 #define SCIF_BASE_PORT PORT_SCIFA
H A Dserial_sh.h112 # define SCSCR_INIT(port) ((port)->type == PORT_SCIFA ? \
262 #define SCI_CTRL_FLAGS_REIE ((port)->type == PORT_SCIFA ? 0 : 8)
/OK3568_Linux_fs/u-boot/include/dm/platform_data/
H A Dserial_sh.h19 PORT_SCIFA, enumerator
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7723.c88 .type = PORT_SCIFA,
108 .type = PORT_SCIFA,
128 .type = PORT_SCIFA,
H A Dsetup-sh7724.c355 .type = PORT_SCIFA,
375 .type = PORT_SCIFA,
395 .type = PORT_SCIFA,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_core.h166 #define PORT_SCIFA 83 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.h183 #define PORT_SCIFA 83 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.h183 #define PORT_SCIFA 83 macro
/OK3568_Linux_fs/u-boot/board/renesas/stout/
H A Dstout.c225 .type = PORT_SCIFA,