Searched refs:ASIC3_GPIO_A_BASE (Results 1 – 2 of 2) sorted by relevance
57 #define ASIC3_GPIO_A_BASE 0x0000 macro66 #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))
123 (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()