Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c579 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
601 port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
624 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_tx()
646 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_start_rx()
658 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in sci_stop_rx()
739 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_init_pins()
1076 case PORT_SCIFB: in scif_set_rtrg()
1144 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) in rx_fifo_trigger_store()
1221 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_tx_complete()
1306 if (port->type == PORT_SCIFA || port->type == PORT_SCIFB || in sci_dma_rx_reenable_irq()
[all …]
/openbmc/u-boot/include/dm/platform_data/
H A Dserial_sh.h19 PORT_SCIFB, enumerator
/openbmc/linux/include/uapi/linux/
H A Dserial_core.h162 #define PORT_SCIFB 93 macro
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h398 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\
406 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\