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

/freebsd-11.0-release/sys/dev/nctgpio/
H A Dnctgpio.c89 #define NCT_MAX_PIN 15 macro
90 #define NCT_IS_VALID_PIN(_p) ((_p) >= 0 && (_p) <= NCT_MAX_PIN)
104 struct gpio_pin pins[NCT_MAX_PIN + 1];
520 for (i = 0; i <= NCT_MAX_PIN; i++) {
595 *npins = NCT_MAX_PIN;

Completed in 97 milliseconds