Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/gpio/
Dgpiolock.c43 #define GPIOLOCK_MAXPINS 4 macro
49 int _map[GPIOLOCK_MAXPINS];
80 if (npins < GPIOLOCK_MINPINS || npins > GPIOLOCK_MAXPINS) { in gpiolock_match()