Searched refs:PORT_SCIFA (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sh-sci.c | 576 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 D | serial_sh.c | 46 if (port->type == PORT_SCIFA) in scif_rxfill() 211 {.compatible = "renesas,scifa", .data = PORT_SCIFA}, 275 #define SCIF_BASE_PORT PORT_SCIFA
|
| H A D | serial_sh.h | 112 # 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 D | serial_sh.h | 19 PORT_SCIFA, enumerator
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | setup-sh7723.c | 88 .type = PORT_SCIFA, 108 .type = PORT_SCIFA, 128 .type = PORT_SCIFA,
|
| H A D | setup-sh7724.c | 355 .type = PORT_SCIFA, 375 .type = PORT_SCIFA, 395 .type = PORT_SCIFA,
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_core.h | 166 #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 D | serial_core.h | 183 #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 D | serial_core.h | 183 #define PORT_SCIFA 83 macro
|
| /OK3568_Linux_fs/u-boot/board/renesas/stout/ |
| H A D | stout.c | 225 .type = PORT_SCIFA,
|