Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_core.h183 #define PORT_APBUART 90 macro
/linux-6.1.9/drivers/tty/serial/
Dapbuart.c285 return port->type == PORT_APBUART ? "GRLIB/APBUART" : NULL; in apbuart_type()
304 port->type = PORT_APBUART; in apbuart_config_port()
314 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()