PORT_OWL          441 drivers/tty/serial/owl-uart.c 	return (port->type == PORT_OWL) ? "owl-uart" : NULL;
PORT_OWL          447 drivers/tty/serial/owl-uart.c 	if (port->type != PORT_OWL)
PORT_OWL          459 drivers/tty/serial/owl-uart.c 		port->type = PORT_OWL;
PORT_OWL          691 drivers/tty/serial/owl-uart.c 	owl_port->port.type = PORT_OWL;