Lines Matching defs:base
183 * Darwin code base limit OHare to 150ns cycle time. I decided to do
1116 static void pmac_ide_init_ports(struct ide_hw *hw, unsigned long base)
1121 hw->io_ports_array[i] = base + i * 0x10;
1123 hw->io_ports.ctl_addr = base + 0x160;
1132 void __iomem *base;
1169 base = ioremap(macio_resource_start(mdev, 0), 0x400);
1170 regbase = (unsigned long) base;
1200 iounmap(base);
1255 void __iomem *base;
1291 base = ioremap(rbase, rlen);
1292 pmif->regbase = (unsigned long) base + 0x2000;
1293 pmif->dma_regs = base + 0x1000;
1294 pmif->kauai_fcr = base;
1307 iounmap(base);