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

/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Davila_gpio.c66 struct gpio_pin sc_pins[IXP4XX_GPIO_PINS];
169 *maxpin = IXP4XX_GPIO_PINS - 1;
178 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
190 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
207 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
220 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
234 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
252 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
269 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
H A Dixp425reg.h326 #define IXP4XX_GPIO_PINS 16 macro

Completed in 50 milliseconds