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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-apollon.c56 #define APOLLON_ETHR_GPIO_IRQ 74 macro
136 .start = OMAP_GPIO_IRQ(APOLLON_ETHR_GPIO_IRQ),
137 .end = OMAP_GPIO_IRQ(APOLLON_ETHR_GPIO_IRQ),
249 if (gpio_request(APOLLON_ETHR_GPIO_IRQ, "SMC91x irq") < 0) {
251 APOLLON_ETHR_GPIO_IRQ);
255 gpio_direction_input(APOLLON_ETHR_GPIO_IRQ);

Completed in 32 milliseconds