Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_core.h42 #define PORT_AMBA 32 macro
/linux/drivers/tty/serial/
H A Damba-pl011.c2253 return uap->port.type == PORT_AMBA ? uap->type : NULL; in pl011_type()
2262 port->type = PORT_AMBA; in pl011_config_port()
2272 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl011_verify_port()