Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_gpio.c68 #define GPIO_NUM_BANKS 8 /* Total number per bank */ macro
79 #define NGPIO ((GPIO_NUM_BANKS * GPIO_REGS_IN_BANK * GPIO_PINS_IN_REG) - 8)
130 struct resource *irq_res[GPIO_NUM_BANKS];
131 void *irq_ih[GPIO_NUM_BANKS];
132 struct tegra_gpio_irq_cookie irq_cookies[GPIO_NUM_BANKS];
731 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_detach()
741 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_detach()
796 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_attach()