Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dapbuart.c293 return port->type == PORT_APBUART ? "GRLIB/APBUART" : NULL; in apbuart_type()
312 port->type = PORT_APBUART; in apbuart_config_port()
322 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
/linux-2.6.39/include/linux/
Dserial_core.h184 #define PORT_APBUART 90 macro