Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtilegx.c522 return port->type == PORT_TILEGX ? DRIVER_NAME_STRING : NULL; in tilegx_type()
551 port->type = PORT_TILEGX; in tilegx_config_port()
561 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_TILEGX)) in tilegx_verify_port()
634 port->type = PORT_TILEGX; in tilegx_init_ports()
/linux-4.4.14/include/uapi/linux/
Dserial_core.h241 #define PORT_TILEGX 106 macro