Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dasic3.c162 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()
/linux-6.1.9/include/linux/mfd/
Dasic3.h36 #define ASIC3_NUM_GPIO_BANKS 4 macro