Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mfd/
Dasic3.c163 for (bank = 0; bank < ASIC3_NUM_GPIO_BANKS; bank++) { in asic3_irq_demux()
531 u16 alt_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()
532 u16 out_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()
533 u16 dir_reg[ASIC3_NUM_GPIO_BANKS]; in asic3_gpio_probe()
536 memset(alt_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()
537 memset(out_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()
538 memset(dir_reg, 0, ASIC3_NUM_GPIO_BANKS * sizeof(u16)); in asic3_gpio_probe()
563 for (i = 0; i < ASIC3_NUM_GPIO_BANKS; i++) { in asic3_gpio_probe()
/linux-2.6.39/include/linux/mfd/
Dasic3.h28 #define ASIC3_NUM_GPIO_BANKS 4 macro