Home
last modified time | relevance | path

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

/external/u-boot/include/dm/platform_data/
Dserial_sh.h17 PORT_SCIF, enumerator
/external/u-boot/drivers/serial/
Dserial_sh.c209 {.compatible = "renesas,scif", .data = PORT_SCIF},
283 #define SCIF_BASE_PORT PORT_SCIF
Dserial_sh.h398 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\
406 if (port->type == PORT_SCIF || port->type == PORT_SCIFB) {\
754 if (port->type == PORT_SCIF) in scbrr_calc()
/external/kernel-headers/original/uapi/linux/
Dserial_core.h102 #define PORT_SCIF 53 macro