Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Damba-pl010.c486 return port->type == PORT_AMBA ? "AMBA" : NULL; in pl010_type()
512 port->type = PORT_AMBA; in pl010_config_port()
523 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
Damba-pl011.c1538 return uap->port.type == PORT_AMBA ? uap->type : NULL; in pl011_type()
1564 port->type = PORT_AMBA; in pl010_config_port()
1575 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
/linux-2.6.39/include/linux/
Dserial_core.h57 #define PORT_AMBA 32 macro