Lines Matching refs:base
2009 /* Communication Queues base address */
2317 void __iomem *base;
2322 necessary configuration info like memory base address,
2370 base = ioremap(real_base,iadev->pci_map_size); /* ioremap is not resolved ??? */
2372 if (!base)
2378 IF_INIT(printk(DEV_LABEL " (itf %d): rev.%d,base=%p,irq=%d\n",
2379 dev->number, iadev->pci->revision, base, iadev->irq);)
2384 iadev->base = base;
2387 iadev->reg = base + REG_BASE;
2389 iadev->seg_reg = base + SEG_BASE;
2391 iadev->reass_reg = base + REASS_BASE;
2393 iadev->phy = base + PHY_BASE;
2394 iadev->dma = base + PHY_BASE;
2396 iadev->ram = base + ACTUAL_RAM_BASE;
2397 iadev->seg_ram = base + ACTUAL_SEG_RAM_BASE;
2398 iadev->reass_ram = base + ACTUAL_REASS_RAM_BASE;
2409 iounmap(iadev->base);
2419 iounmap(iadev->base);
3244 iounmap(iadev->base);