Lines Matching defs:base
497 (macio->base + ((0x8000+i*0x100)>>2));
513 (macio->base + ((0x8000+i*0x100)>>2));
2619 volatile u32 __iomem *base;
2646 printk(KERN_ERR "pmac_feature: %pOF: can't find base !\n",
2652 printk(KERN_ERR "pmac_feature: %pOF, can't translate base !\n",
2656 base = ioremap(addr, (unsigned long)size);
2657 if (!base) {
2673 macio_chips[i].base = base;
2680 macio_names[type], macio_chips[i].rev, macio_chips[i].base);