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

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c80 #define GPIO_PINS 5 macro
87 struct gpio_pin sc_pins[GPIO_PINS];
100 static struct cambria_gpio_pin cambria_gpio_pins[GPIO_PINS] = {
281 *maxpin = GPIO_PINS - 1;
290 if (pin >= GPIO_PINS)
302 if (pin >= GPIO_PINS)
314 if (pin >= GPIO_PINS)
330 if (pin >= GPIO_PINS)
361 if (pin >= GPIO_PINS)
391 if (pin >= GPIO_PINS)
[all...]

Completed in 107 milliseconds