Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_gpio.c66 #define GPIO_NUM_BANKS 8 /* Total number per bank */ macro
77 #define NGPIO ((GPIO_NUM_BANKS * GPIO_REGS_IN_BANK * GPIO_PINS_IN_REG) - 8)
128 struct resource *irq_res[GPIO_NUM_BANKS];
129 void *irq_ih[GPIO_NUM_BANKS];
130 struct tegra_gpio_irq_cookie irq_cookies[GPIO_NUM_BANKS];
729 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_detach()
739 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_detach()
794 for (i = 0; i < GPIO_NUM_BANKS; i++) { in tegra_gpio_attach()