Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dserial_core.h195 #define PORT_APBUART 90 macro
/linux-4.4.14/drivers/tty/serial/
Dapbuart.c290 return port->type == PORT_APBUART ? "GRLIB/APBUART" : NULL; in apbuart_type()
309 port->type = PORT_APBUART; in apbuart_config_port()
319 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()