Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dserial_sh.c45 if (port->type == PORT_SCIFA) in scif_rxfill()
210 {.compatible = "renesas,scifa", .data = PORT_SCIFA},
279 #define SCIF_BASE_PORT PORT_SCIFA
Dserial_sh.h112 # define SCSCR_INIT(port) ((port)->type == PORT_SCIFA ? \
260 #define SCI_CTRL_FLAGS_REIE ((port)->type == PORT_SCIFA ? 0 : 8)
/external/u-boot/include/dm/platform_data/
Dserial_sh.h18 PORT_SCIFA, enumerator
/external/kernel-headers/original/uapi/linux/
Dserial_core.h183 #define PORT_SCIFA 83 macro