Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_port.c87 static struct port_event event_map[NGPIO];
93 void *gpio_ih[NGPIO];
118 for (i = 0; i < NGPIO; i++) { in port_intr()
H A Dvf_port.h32 #define NGPIO (NPORTS * 32) macro
H A Dvf_gpio.c96 struct gpio_pin gpio_pins[NGPIO];
141 sc->gpio_npins = NGPIO; in vf_gpio_attach()
177 *maxpin = NGPIO - 1; in vf_gpio_pin_max()
/f-stack/freebsd/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++) { in gpio_pic_register_isrcs()
809 sc->gpio_npins = NGPIO; in imx51_gpio_attach()
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c72 #define NGPIO 8 macro
297 *maxpin = NGPIO - 1; in as3722_gpio_pin_max()
548 sc->gpio_npins = NGPIO; in as3722_gpio_attach()
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; in tegra_gpio_pin_max()
773 sc->gpio_npins = NGPIO; in tegra_gpio_attach()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c48 #define NGPIO 8 macro
406 *maxpin = NGPIO - 1; in max77620_gpio_pin_max()
700 sc->gpio_npins = NGPIO; in max77620_gpio_attach()