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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dirq.h8 #define GPIO_IRQ_BASE (EIM_IRQ_BASE + NR_EIM_IRQS) macro
12 #define NR_IRQS (GPIO_IRQ_BASE + NR_GPIO_IRQS)
H A Dgpio.h36 return gpio + GPIO_IRQ_BASE;
42 return irq - GPIO_IRQ_BASE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/include/mach/
H A Dgpio.h22 #define gpio_to_irq(x) ((x) + GPIO_IRQ_BASE)
23 #define irq_to_gpio(x) ((x) - GPIO_IRQ_BASE)
H A Dirqs.h46 #define GPIO_IRQ_BASE NORMAL_IRQ_NUM macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf533/include/mach/
H A Dirq.h105 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dgpio.h300 return gpio + GPIO_IRQ_BASE;
310 return (irq - GPIO_IRQ_BASE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/include/mach/
H A Dirq.h135 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/
H A Dgpio.c135 gpio_irq_no = GPIO_IRQ_BASE + port * 32;
220 for (j = GPIO_IRQ_BASE + i * 32;
221 j < GPIO_IRQ_BASE + (i + 1) * 32; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf538/include/mach/
H A Dirq.h111 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf518/include/mach/
H A Dirq.h152 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/include/mach/
H A Dirq.h152 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/include/mach/
H A Dirq.h266 #define GPIO_IRQ_BASE IRQ_PF0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dpio.c393 int gpio_irq_base = GPIO_IRQ_BASE + pdev->id * 32;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dirq.h318 #define GPIO_IRQ_BASE IRQ_PA0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dints-priority.c1242 for (irq = GPIO_IRQ_BASE;
1243 irq < (GPIO_IRQ_BASE + MAX_BLACKFIN_GPIOS); irq++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_gpio.c1211 return gpio + GPIO_IRQ_BASE;

Completed in 121 milliseconds