Searched refs:MAKE_IRQ (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/ |
D | gpio-au1000.h | 25 #define MAKE_IRQ(intc, off) (AU1000_INTC##intc##_INT_BASE + (off)) macro 47 return MAKE_IRQ(1, gpio - ALCHEMY_GPIO1_BASE); in au1000_gpio1_to_irq() 70 case 23 ... 28: return MAKE_IRQ(1, gpio); in au1500_gpio1_to_irq() 81 case 0 ... 3: return MAKE_IRQ(1, 16 + gpio - 0); in au1500_gpio2_to_irq() 82 case 4 ... 5: return MAKE_IRQ(1, 21 + gpio - 4); in au1500_gpio2_to_irq() 83 case 6 ... 7: return MAKE_IRQ(1, 29 + gpio - 6); in au1500_gpio2_to_irq() 111 return MAKE_IRQ(1, gpio - ALCHEMY_GPIO1_BASE); in au1100_gpio1_to_irq() 119 return MAKE_IRQ(0, 29); /* shared GPIO208_215 */ in au1100_gpio2_to_irq() 142 case 20 ... 28: return MAKE_IRQ(1, gpio); in au1550_gpio1_to_irq() 143 case 16 ... 17: return MAKE_IRQ(1, 18 + gpio - 16); in au1550_gpio1_to_irq() [all …]
|