Lines Matching refs:base
58 void __iomem *base;
85 writeb_relaxed(0, epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET);
88 epg->base + eic->irq_offset + EP93XX_INT_TYPE2_OFFSET);
91 epg->base + eic->irq_offset + EP93XX_INT_TYPE1_OFFSET);
94 epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET);
110 epg->base + eic->irq_offset + EP93XX_INT_DEBOUNCE_OFFSET);
129 stat = readb(epg->base + EP93XX_GPIO_A_INT_STATUS);
134 stat = readb(epg->base + EP93XX_GPIO_B_INT_STATUS);
171 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
187 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
280 int base;
292 .base = _base, \
350 void __iomem *data = epg->base + bank->data;
351 void __iomem *dir = epg->base + bank->dir;
362 gc->base = bank->base;
435 epg->base = devm_platform_ioremap_resource(pdev, 0);
436 if (IS_ERR(epg->base))
437 return PTR_ERR(epg->base);