Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-ath79.c229 u32 ath79_gpio_count; in ath79_gpio_probe() local
239 err = of_property_read_u32(np, "ngpios", &ath79_gpio_count); in ath79_gpio_probe()
246 ath79_gpio_count = pdata->ngpios; in ath79_gpio_probe()
253 if (ath79_gpio_count >= 32) { in ath79_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-ath79.c232 u32 ath79_gpio_count; in ath79_gpio_probe() local
241 err = of_property_read_u32(np, "ngpios", &ath79_gpio_count); in ath79_gpio_probe()
248 ath79_gpio_count = pdata->ngpios; in ath79_gpio_probe()
255 if (ath79_gpio_count >= 32) { in ath79_gpio_probe()

Completed in 2 milliseconds