Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h29 #define MAXPIN (31) macro
33 #define VALID_PIN(u) ((u) >= 0 && (u) <= MAXPIN)
57 struct gpio_pin sc_pins[MAXPIN + 1];
H A Dqoriq_gpio.c64 *maxpin = MAXPIN; in qoriq_gpio_pin_max()
369 for (i = 0; i <= MAXPIN; i++) in qoriq_gpio_attach()
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c51 #define MAXPIN (7) macro
53 #define VALID_PIN(u) ((u) >= 0 && (u) <= MAXPIN)
84 *maxpin = MAXPIN; in mpc85xx_gpio_pin_max()
/freebsd/sys/arm64/qoriq/
H A Dqoriq_gpio_pic.c63 struct qoriq_gpio_pic_irqsrc isrcs[MAXPIN + 1];
216 if (pin > MAXPIN) in qoriq_gpio_pic_map_intr()
367 for (i = 0; i <= MAXPIN; i++) { in qoriq_gpio_pic_attach()