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

/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_gpio.c431 * hint.gpio.X.func.<pin>.gpiofunc=<func value>
436 int gpiofunc, gpiomode;
438 snprintf(buf, 32, "func.%d.gpiofunc", i);
442 &gpiofunc) != 0)
459 gpiofunc,
473 // ar5315_gpio_ouput_configure(i, gpiofunc);
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_gpio.c539 * hint.gpio.X.func.<pin>.gpiofunc=<func value>
544 int gpiofunc, gpiomode; local
546 snprintf(buf, 32, "func.%d.gpiofunc", i);
550 &gpiofunc) != 0)
567 gpiofunc,
579 ar71xx_gpio_ouput_configure(i, gpiofunc);

Completed in 65 milliseconds