Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_core.h231 #define PORT_EFMUART 100 macro
/Linux-v4.19/drivers/tty/serial/
Defm32-uart.c431 return port->type == PORT_EFMUART ? "efm32-uart" : NULL; in efm32_uart_type()
478 port->type = PORT_EFMUART; in efm32_uart_config_port()
486 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
748 efm_port->port.type = PORT_EFMUART; in efm32_uart_probe()