Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/mfd/
Dasic3.h57 #define ASIC3_GPIO_A_BASE 0x0000 macro
66 #define ASIC3_GPIO_TO_BASE(gpio) (ASIC3_GPIO_A_BASE + (((gpio) >> 4) * 0x0100))
67 #define ASIC3_BANK_TO_BASE(bank) (ASIC3_GPIO_A_BASE + ((bank) * 0x100))
/linux-2.6.39/drivers/mfd/
Dasic3.c123 (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)
167 base = ASIC3_GPIO_A_BASE in asic3_irq_demux()
216 return (n * (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)); in asic3_irq_to_bank()