GSTA_GPIO_PER_BLOCK   56 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK   57 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK   68 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK   69 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK   78 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK   79 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK   93 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK   94 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK  146 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK  148 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK  215 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK  216 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK  238 drivers/gpio/gpio-sta2x11.c 	struct gsta_regs __iomem *regs = chip->regs[nr / GSTA_GPIO_PER_BLOCK];
GSTA_GPIO_PER_BLOCK  239 drivers/gpio/gpio-sta2x11.c 	u32 bit = BIT(nr % GSTA_GPIO_PER_BLOCK);
GSTA_GPIO_PER_BLOCK  289 drivers/gpio/gpio-sta2x11.c 		base = chip->irq_base + i * GSTA_GPIO_PER_BLOCK;
GSTA_GPIO_PER_BLOCK   45 include/linux/mfd/sta2x11-mfd.h #define GSTA_NR_GPIO		(GSTA_GPIO_PER_BLOCK * GSTA_NR_BLOCKS)