Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h124 #define PORT_UARTLITE 74 macro
/openbmc/linux/drivers/tty/serial/
H A Duartlite.c354 return port->type == PORT_UARTLITE ? "uartlite" : NULL; in ulite_type()
398 port->type = PORT_UARTLITE; in ulite_config_port()