Searched refs:ASIC3_NUM_GPIO_BANKS (Results 1 – 2 of 2) sorted by relevance
162 for (bank = 0; bank < ASIC3_NUM_GPIO_BANKS; bank++) { in asic3_irq_demux()550 u16 alt_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()551 u16 out_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()552 u16 dir_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()555 memset(alt_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()556 memset(out_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()557 memset(dir_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()582 for (i = 0; i < ASIC3_NUM_GPIO_BANKS; i++) { in asic3_gpio_probe()
36 #define ASIC3_NUM_GPIO_BANKS 4 macro