Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mfd/
Dasic3.h65 #define ASIC3_GPIO_A_BASE 0x0000 macro
74 #define ASIC3_GPIO_TO_BASE(gpio) (ASIC3_GPIO_A_BASE + (((gpio) >> 4) * 0x0100))
75 #define ASIC3_BANK_TO_BASE(bank) (ASIC3_GPIO_A_BASE + ((bank) * 0x100))
/kernel/linux/linux-5.10/drivers/mfd/
Dasic3.c122 (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)
166 base = ASIC3_GPIO_A_BASE in asic3_irq_demux()
214 return (n * (ASIC3_GPIO_B_BASE - ASIC3_GPIO_A_BASE)); in asic3_irq_to_bank()