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

/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_port.h32 #define NGPIO (NPORTS * 32) macro
H A Dvf_port.c87 static struct port_event event_map[NGPIO];
93 void *gpio_ih[NGPIO];
118 for (i = 0; i < NGPIO; i++) {
H A Dvf_gpio.c96 struct gpio_pin gpio_pins[NGPIO];
141 sc->gpio_npins = NGPIO;
177 *maxpin = NGPIO - 1;
/freebsd-13-stable/sys/arm/nvidia/
H A Das3722_gpio.c72 #define NGPIO 8 macro
297 *maxpin = NGPIO - 1;
548 sc->gpio_npins = NGPIO;
H A Dtegra_gpio.c79 #define NGPIO ((GPIO_NUM_BANKS * GPIO_REGS_IN_BANK * GPIO_PINS_IN_REG) - 8) macro
134 struct gpio_pin gpio_pins[NGPIO];
205 *maxpin = NGPIO - 1;
773 sc->gpio_npins = NGPIO;
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c107 #define NGPIO 32 macro
126 struct gpio_pin gpio_pins[NGPIO];
128 struct gpio_irqsrc gpio_pic_irqsrc[NGPIO];
500 for (irq = 0; irq < NGPIO; irq++) {
809 sc->gpio_npins = NGPIO;
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c48 #define NGPIO 8 macro
406 *maxpin = NGPIO - 1;
700 sc->gpio_npins = NGPIO;

Completed in 73 milliseconds