Searched refs:ath79_gpio_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-ath79.c232 u32 ath79_gpio_count; local
241 err = of_property_read_u32(np, "ngpios", &ath79_gpio_count);
248 ath79_gpio_count = pdata->ngpios;
255 if (ath79_gpio_count >= 32) {

Completed in 211 milliseconds