Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dof_serial.c199 case PORT_8250 ... PORT_MAX_8250: in of_platform_serial_probe()
249 case PORT_8250 ... PORT_MAX_8250: in of_platform_serial_remove()
306 case PORT_8250 ... PORT_MAX_8250: in of_serial_suspend()
321 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.4.14/include/uapi/linux/
Dserial_core.h59 #define PORT_MAX_8250 30 /* max port ID */ macro