Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpio-ath79.c227 u32 ath79_gpio_count; in ath79_gpio_probe() local
236 err = of_property_read_u32(np, "ngpios", &ath79_gpio_count); in ath79_gpio_probe()
243 ath79_gpio_count = pdata->ngpios; in ath79_gpio_probe()
250 if (ath79_gpio_count >= 32) { in ath79_gpio_probe()