Home
last modified time | relevance | path

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

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