Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_port.c84 static struct port_event event_map[NGPIO];
90 void *gpio_ih[NGPIO];
115 for (i = 0; i < NGPIO; i++) { in port_intr()
H A Dvf_gpio.c93 struct gpio_pin gpio_pins[NGPIO];
138 sc->gpio_npins = NGPIO; in vf_gpio_attach()
174 *maxpin = NGPIO - 1; in vf_gpio_pin_max()
H A Dvf_port.h30 #define NGPIO (NPORTS * 32) macro
/freebsd/sys/arm/freescale/imx/
H A Dimx_gpio.c104 #define NGPIO 32 macro
123 struct gpio_pin gpio_pins[NGPIO];
125 struct gpio_irqsrc gpio_pic_irqsrc[NGPIO];
497 for (irq = 0; irq < NGPIO; irq++) { in gpio_pic_register_isrcs()
806 sc->gpio_npins = NGPIO; in imx51_gpio_attach()
/freebsd/sys/arm/nvidia/
H A Das3722_gpio.c69 #define NGPIO 8 macro
294 *maxpin = NGPIO - 1; in as3722_gpio_pin_max()
543 sc->gpio_npins = NGPIO; in as3722_gpio_attach()
H A Dtegra_gpio.c77 #define NGPIO ((GPIO_NUM_BANKS * GPIO_REGS_IN_BANK * GPIO_PINS_IN_REG) - 8) macro
132 struct gpio_pin gpio_pins[NGPIO];
203 *maxpin = NGPIO - 1; in tegra_gpio_pin_max()
771 sc->gpio_npins = NGPIO; in tegra_gpio_attach()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c45 #define NGPIO 8 macro
403 *maxpin = NGPIO - 1; in max77620_gpio_pin_max()
697 sc->gpio_npins = NGPIO; in max77620_gpio_attach()