Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h225 #define PORT_MPS2UART 116 macro
/openbmc/linux/drivers/tty/serial/
H A Dmps2-uart.c372 return (port->type == PORT_MPS2UART) ? DRIVER_NAME : NULL; in mps2_uart_type()
387 port->type = PORT_MPS2UART; in mps2_uart_config_port()