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

/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_port.h30 #define NGPIO (NPORTS * 32) macro
H A Dvf_port.c86 static struct port_event event_map[NGPIO];
92 void *gpio_ih[NGPIO];
117 for (i = 0; i < NGPIO; i++) {
H A Dvf_gpio.c95 struct gpio_pin gpio_pins[NGPIO];
140 sc->gpio_npins = NGPIO;
176 *maxpin = NGPIO - 1;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_gpiovar.h41 struct gpio_pin gpio_pins[NGPIO];
H A Drt305x_gpio.h31 #define NGPIO 52 macro
H A Drt305x_gpio.c176 *maxpin = NGPIO - 1;
370 for ( i = 0; i < NGPIO; i ++ )
488 sc->gpio_npins = NGPIO;
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_gpio.c72 #define NGPIO 8 macro
301 *maxpin = NGPIO - 1;
552 sc->gpio_npins = NGPIO;
H A Dtegra_gpio.c80 #define NGPIO ((GPIO_NUM_BANKS * GPIO_REGS_IN_BANK * GPIO_PINS_IN_REG) - 8) macro
135 struct gpio_pin gpio_pins[NGPIO];
205 *maxpin = NGPIO - 1;
776 sc->gpio_npins = NGPIO;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c100 #define NGPIO 32 macro
119 struct gpio_pin gpio_pins[NGPIO];
121 struct gpio_irqsrc gpio_pic_irqsrc[NGPIO];
489 for (irq = 0; irq < NGPIO; irq++) {
795 sc->gpio_npins = NGPIO;

Completed in 178 milliseconds