Searched refs:MMP_GPIO_TO_IRQ (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/arm/mach-mmp/
H A Dflint.c82 .irq_base = MMP_GPIO_TO_IRQ(0),
96 .start = MMP_GPIO_TO_IRQ(155),
97 .end = MMP_GPIO_TO_IRQ(155),
H A Dtavorevb.c65 .irq_base = MMP_GPIO_TO_IRQ(0),
79 .start = MMP_GPIO_TO_IRQ(80),
80 .end = MMP_GPIO_TO_IRQ(80),
H A Dteton_bga.c54 .irq_base = MMP_GPIO_TO_IRQ(0),
79 .irq = MMP_GPIO_TO_IRQ(RTC_INT_GPIO)
H A Davengers_lite.c37 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Daspenite.c115 .irq_base = MMP_GPIO_TO_IRQ(0),
129 .start = MMP_GPIO_TO_IRQ(27),
130 .end = MMP_GPIO_TO_IRQ(27),
H A Dttc_dkb.c80 .irq_base = MMP_GPIO_TO_IRQ(0),
162 .irq = MMP_GPIO_TO_IRQ(80),
H A Djasper.c104 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Dbrownstone.c109 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Dgplugd.c133 .irq_base = MMP_GPIO_TO_IRQ(0),
/linux-4.1.27/arch/arm/mach-mmp/include/mach/
H A Dirqs.h234 #define MMP_GPIO_TO_IRQ(gpio) (IRQ_GPIO_START + (gpio)) macro

Completed in 192 milliseconds