Home
last modified time | relevance | path

Searched refs:PORT_MAX_8250 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dof_serial.c187 case PORT_8250 ... PORT_MAX_8250: in of_platform_serial_probe()
238 case PORT_8250 ... PORT_MAX_8250: in of_platform_serial_remove()
295 case PORT_8250 ... PORT_MAX_8250: in of_serial_suspend()
310 case PORT_8250 ... PORT_MAX_8250: in of_serial_resume()
Dpch_uart.c1806 priv->port_type = PORT_MAX_8250 + port_type + 1; in pch_uart_init_port()
/linux-4.1.27/include/uapi/linux/
Dserial_core.h59 #define PORT_MAX_8250 30 /* max port ID */ macro