PL061_GPIO_NR     130 drivers/gpio/gpio-pl061.c 	if (offset < 0 || offset >= PL061_GPIO_NR)
PL061_GPIO_NR     221 drivers/gpio/gpio-pl061.c 		for_each_set_bit(offset, &pending, PL061_GPIO_NR)
PL061_GPIO_NR     233 drivers/gpio/gpio-pl061.c 	u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR);
PL061_GPIO_NR     246 drivers/gpio/gpio-pl061.c 	u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR);
PL061_GPIO_NR     267 drivers/gpio/gpio-pl061.c 	u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR);
PL061_GPIO_NR     309 drivers/gpio/gpio-pl061.c 	pl061->gc.ngpio = PL061_GPIO_NR;
PL061_GPIO_NR     367 drivers/gpio/gpio-pl061.c 	for (offset = 0; offset < PL061_GPIO_NR; offset++) {
PL061_GPIO_NR     381 drivers/gpio/gpio-pl061.c 	for (offset = 0; offset < PL061_GPIO_NR; offset++) {