Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/
Dasic3.h68 #define ASIC3_GPIO_A_BASE 0x0000 macro
77 #define ASIC3_GPIO_TO_BASE(gpio) (ASIC3_GPIO_A_BASE + (((gpio) >> 4) * 0x0100))
78 #define ASIC3_BANK_TO_BASE(bank) (ASIC3_GPIO_A_BASE + ((bank) * 0x100))
/linux-4.4.14/drivers/mfd/
Dasic3.c124 (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)
168 base = ASIC3_GPIO_A_BASE in asic3_irq_demux()
217 return (n * (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)); in asic3_irq_to_bank()