Lines Matching refs:base
56 void __iomem *base;
83 writeb_relaxed(0, epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET);
86 epg->base + eic->irq_offset + EP93XX_INT_TYPE2_OFFSET);
89 epg->base + eic->irq_offset + EP93XX_INT_TYPE1_OFFSET);
92 epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET);
108 epg->base + eic->irq_offset + EP93XX_INT_DEBOUNCE_OFFSET);
127 stat = readb(epg->base + EP93XX_GPIO_A_INT_STATUS);
132 stat = readb(epg->base + EP93XX_GPIO_B_INT_STATUS);
169 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
185 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
275 int base;
287 .base = _base, \
340 void __iomem *data = epg->base + bank->data;
341 void __iomem *dir = epg->base + bank->dir;
352 gc->base = bank->base;
433 epg->base = devm_platform_ioremap_resource(pdev, 0);
434 if (IS_ERR(epg->base))
435 return PTR_ERR(epg->base);