r_ports          1406 drivers/tty/serial/pmac_zilog.c 	struct resource r_ports, r_rxdma, r_txdma;
r_ports          1411 drivers/tty/serial/pmac_zilog.c 	if (of_address_to_resource(np, 0, &r_ports))
r_ports          1413 drivers/tty/serial/pmac_zilog.c 	uap->port.mapbase = r_ports.start;
r_ports          1703 drivers/tty/serial/pmac_zilog.c 	struct resource *r_ports;
r_ports          1706 drivers/tty/serial/pmac_zilog.c 	r_ports = platform_get_resource(uap->pdev, IORESOURCE_MEM, 0);
r_ports          1708 drivers/tty/serial/pmac_zilog.c 	if (!r_ports || irq <= 0)
r_ports          1711 drivers/tty/serial/pmac_zilog.c 	uap->port.mapbase  = r_ports->start;
r_ports          1712 drivers/tty/serial/pmac_zilog.c 	uap->port.membase  = (unsigned char __iomem *) r_ports->start;