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

/freebsd-11.0-release/sys/arm/xscale/ixp425/
H A Davila_gpio.c68 struct gpio_pin sc_pins[IXP4XX_GPIO_PINS];
182 *maxpin = IXP4XX_GPIO_PINS - 1;
191 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
203 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
220 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
233 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
247 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
265 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & (1 << pin)))
282 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
H A Dixp425reg.h326 #define IXP4XX_GPIO_PINS 16 macro

Completed in 57 milliseconds