Searched refs:MAKE_IRQ (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1000.h | 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() 142 case 20 ... 28: return MAKE_IRQ(1, gpio); in au1550_gpio1_to_irq() 154 case 0: return MAKE_IRQ(1, 16); in au1550_gpio2_to_irq() 182 return MAKE_IRQ(1, gpio - ALCHEMY_GPIO1_BASE); in au1200_gpio1_to_irq() 190 case 0 ... 2: return MAKE_IRQ(0, 5 + gpio - 0); in au1200_gpio2_to_irq() [all …]
|