Home
last modified time | relevance | path

Searched refs:PORT_SCIFB (Results 1 – 6 of 6) 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()
1062 case PORT_SCIFB: 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/include/dm/platform_data/
H A Dserial_sh.h20 PORT_SCIFB, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_core.h193 #define PORT_SCIFB 93 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.h210 #define PORT_SCIFB 93 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.h210 #define PORT_SCIFB 93 macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h401 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\
409 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\