Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dsh-sci.c674 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
696 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
708 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
1126 case PORT_SCIFB: in scif_set_rtrg()
2498 port->type == PORT_SCIFB) in sci_reset()
2559 port->type != PORT_SCIFB) { in sci_set_termios()
2787 case PORT_SCIFB: in sci_type()
2962 case PORT_SCIFB: in sci_probe_regmap()
3041 case PORT_SCIFB: in sci_init_single()
3324 .data = SCI_OF_DATA(PORT_SCIFB, SCIx_SCIFB_REGTYPE),
[all …]
/linux-6.15/include/uapi/linux/
H A Dserial_core.h148 #define PORT_SCIFB 93 macro