Lines Matching refs:base
2010 /* Communication Queues base address */
2318 void __iomem *base;
2323 necessary configuration info like memory base address,
2371 base = ioremap(real_base,iadev->pci_map_size); /* ioremap is not resolved ??? */
2373 if (!base)
2379 IF_INIT(printk(DEV_LABEL " (itf %d): rev.%d,base=%p,irq=%d\n",
2380 dev->number, iadev->pci->revision, base, iadev->irq);)
2385 iadev->base = base;
2388 iadev->reg = base + REG_BASE;
2390 iadev->seg_reg = base + SEG_BASE;
2392 iadev->reass_reg = base + REASS_BASE;
2394 iadev->phy = base + PHY_BASE;
2395 iadev->dma = base + PHY_BASE;
2397 iadev->ram = base + ACTUAL_RAM_BASE;
2398 iadev->seg_ram = base + ACTUAL_SEG_RAM_BASE;
2399 iadev->reass_ram = base + ACTUAL_REASS_RAM_BASE;
2410 iounmap(iadev->base);
2420 iounmap(iadev->base);
3245 iounmap(iadev->base);