Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dclps711x.c362 return port->type == PORT_CLPS711X ? "CLPS711x" : NULL; in clps711xuart_type()
371 port->type = PORT_CLPS711X; in clps711xuart_config_port()
/linux-2.6.39/include/linux/
Dserial_core.h58 #define PORT_CLPS711X 33 macro