Home
last modified time | relevance | path

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

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