Lines Matching refs:base
67 * @base: PCI base address of Memory mapped I/O register.
75 * @irq_base: Save base of IRQ number for interrupt
79 void __iomem *base;
227 gpio->base = -1;
381 chip->base, handle_simple_irq);
408 void __iomem *base;
424 base = pcim_iomap_table(pdev)[1];
425 if (!base) {
438 chip->base = base;
439 chip->reg = chip->base;
456 "ml_ioh_gpio: Failed to get IRQ base num\n");