ath79_gpio_count  230 drivers/gpio/gpio-ath79.c 	u32 ath79_gpio_count;
ath79_gpio_count  240 drivers/gpio/gpio-ath79.c 		err = of_property_read_u32(np, "ngpios", &ath79_gpio_count);
ath79_gpio_count  247 drivers/gpio/gpio-ath79.c 		ath79_gpio_count = pdata->ngpios;
ath79_gpio_count  254 drivers/gpio/gpio-ath79.c 	if (ath79_gpio_count >= 32) {