Lines Matching defs:regbase
45 * @regbase: PIO bank virtual address
58 void __iomem *regbase;
367 return gpio_chips[bank]->regbase;
958 writel_relaxed(mask, at91_chip->regbase + PIO_PER);
1424 void __iomem *pio = at91_gpio->regbase;
1438 void __iomem *pio = at91_gpio->regbase;
1448 void __iomem *pio = at91_gpio->regbase;
1460 void __iomem *pio = at91_gpio->regbase;
1470 void __iomem *pio = at91_gpio->regbase;
1485 void __iomem *pio = at91_gpio->regbase;
1500 void __iomem *pio = at91_gpio->regbase;
1558 void __iomem *pio = at91_gpio->regbase;
1571 void __iomem *pio = at91_gpio->regbase;
1596 void __iomem *pio = at91_gpio->regbase;
1663 void __iomem *pio = at91_chip->regbase;
1681 void __iomem *pio = at91_chip->regbase;
1697 void __iomem *pio = at91_gpio->regbase;
1712 pio = at91_gpio->regbase;
1753 writel_relaxed(~0, at91_gpio->regbase + PIO_IDR);
1844 at91_chip->regbase = devm_platform_ioremap_resource(pdev, 0);
1845 if (IS_ERR(at91_chip->regbase))
1846 return PTR_ERR(at91_chip->regbase);
1901 dev_info(dev, "at address %p\n", at91_chip->regbase);