Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h56 #define PORT_AMBA 32 macro
/openbmc/linux/drivers/tty/serial/
H A Damba-pl010.c463 return port->type == PORT_AMBA ? "AMBA" : NULL; in pl010_type()
489 port->type = PORT_AMBA; in pl010_config_port()
500 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
H A Damba-pl011.c2203 return uap->port.type == PORT_AMBA ? uap->type : NULL; in pl011_type()
2212 port->type = PORT_AMBA; in pl011_config_port()
2221 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl011_verify_port()