Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dserial_core.h223 #define PORT_EFMUART 100 macro
/linux-4.4.14/drivers/tty/serial/
Defm32-uart.c429 return port->type == PORT_EFMUART ? "efm32-uart" : NULL; in efm32_uart_type()
476 port->type = PORT_EFMUART; in efm32_uart_config_port()
484 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
742 efm_port->port.type = PORT_EFMUART; in efm32_uart_probe()