Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsh-sci.c578 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
600 port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
623 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
645 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
657 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
738 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1075 case PORT_SCIFB: in scif_set_rtrg()
1143 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1220 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_tx_complete()
1300 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_rx_reenable_irq()
[all …]
/Linux-v6.6/include/uapi/linux/
Dserial_core.h162 #define PORT_SCIFB 93 macro