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

/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpio.c488 * hint.gpio.X.func.<pin>.gpiomode=1 (for output, default low)
492 int gpiofunc, gpiomode; local
501 snprintf(buf, 32, "func.%d.gpiomode", i);
505 &gpiomode) != 0)
509 if (gpiomode != 1)
516 gpiomode);

Completed in 99 milliseconds