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

/freebsd-12-stable/sys/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];
733 for (i = 0; i < GPIO_NUM_BANKS; i++) {
743 for (i = 0; i < GPIO_NUM_BANKS; i++) {
798 for (i = 0; i < GPIO_NUM_BANKS; i++) {

Completed in 45 milliseconds