Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dserial_core.h146 #define PORT_UARTLITE 74 macro
/linux-5.19.10/drivers/tty/serial/
Duartlite.c357 return port->type == PORT_UARTLITE ? "uartlite" : NULL; in ulite_type()
401 port->type = PORT_UARTLITE; in ulite_config_port()