Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Dtavorevb.c62 .irq_base = MMP_GPIO_TO_IRQ(0),
76 .start = MMP_GPIO_TO_IRQ(80),
77 .end = MMP_GPIO_TO_IRQ(80),
H A Dflint.c79 .irq_base = MMP_GPIO_TO_IRQ(0),
93 .start = MMP_GPIO_TO_IRQ(155),
94 .end = MMP_GPIO_TO_IRQ(155),
H A Dteton_bga.c51 .irq_base = MMP_GPIO_TO_IRQ(0),
76 .irq = MMP_GPIO_TO_IRQ(RTC_INT_GPIO)
H A Daspenite.c113 .irq_base = MMP_GPIO_TO_IRQ(0),
127 .start = MMP_GPIO_TO_IRQ(27),
128 .end = MMP_GPIO_TO_IRQ(27),
H A Dttc_dkb.c77 .irq_base = MMP_GPIO_TO_IRQ(0),
159 .irq = MMP_GPIO_TO_IRQ(80),
H A Davengers_lite.c34 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Dgplugd.c130 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Djasper.c101 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Dbrownstone.c107 .irq_base = MMP_GPIO_TO_IRQ(0),
H A Dirqs.h235 #define MMP_GPIO_TO_IRQ(gpio) (IRQ_GPIO_START + (gpio)) macro