Home
last modified time | relevance | path

Searched refs:PORT_SCIFB (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/tty/serial/
Dsh-sci.c609 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
631 port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
654 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
676 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
688 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
768 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1104 case PORT_SCIFB: in scif_set_rtrg()
1172 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1249 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_tx_complete()
1335 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_rx_reenable_irq()
[all …]
/linux-6.12.1/include/uapi/linux/
Dserial_core.h148 #define PORT_SCIFB 93 macro