Searched refs:PORT_SCIFA (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | sh-sci.c | 579 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() 1075 case PORT_SCIFA: 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/drivers/serial/ |
H A D | serial_sh.c | 45 if (port->type == PORT_SCIFA) in scif_rxfill() 210 {.compatible = "renesas,scifa", .data = PORT_SCIFA}, 281 #define SCIF_BASE_PORT PORT_SCIFA
|
H A D | serial_sh.h | 112 # define SCSCR_INIT(port) ((port)->type == PORT_SCIFA ? \ 260 #define SCI_CTRL_FLAGS_REIE ((port)->type == PORT_SCIFA ? 0 : 8)
|
/openbmc/u-boot/include/dm/platform_data/ |
H A D | serial_sh.h | 18 PORT_SCIFA, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | serial_core.h | 138 #define PORT_SCIFA 83 macro
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7723.c | 88 .type = PORT_SCIFA, 108 .type = PORT_SCIFA, 128 .type = PORT_SCIFA,
|
H A D | setup-sh7724.c | 355 .type = PORT_SCIFA, 375 .type = PORT_SCIFA, 395 .type = PORT_SCIFA,
|