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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/include/mach/
H A Dgpio.h19 #define PIN_BASE NR_AIC_IRQS macro
22 #define NR_BUILTIN_GPIO (PIN_BASE + (MAX_GPIO_BANKS * 32))
26 #define AT91_PIN_PA0 (PIN_BASE + 0x00 + 0)
27 #define AT91_PIN_PA1 (PIN_BASE + 0x00 + 1)
28 #define AT91_PIN_PA2 (PIN_BASE + 0x00 + 2)
29 #define AT91_PIN_PA3 (PIN_BASE + 0x00 + 3)
30 #define AT91_PIN_PA4 (PIN_BASE + 0x00 + 4)
31 #define AT91_PIN_PA5 (PIN_BASE + 0x00 + 5)
32 #define AT91_PIN_PA6 (PIN_BASE + 0x00 + 6)
33 #define AT91_PIN_PA7 (PIN_BASE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dgpio.c63 AT91_GPIO_CHIP("A", 0x00 + PIN_BASE, 32),
64 AT91_GPIO_CHIP("B", 0x20 + PIN_BASE, 32),
65 AT91_GPIO_CHIP("C", 0x40 + PIN_BASE, 32),
66 AT91_GPIO_CHIP("D", 0x60 + PIN_BASE, 32),
67 AT91_GPIO_CHIP("E", 0x80 + PIN_BASE, 32),
74 pin -= PIN_BASE;
84 pin -= PIN_BASE;
280 unsigned bank = (pin - PIN_BASE) / 32;
456 unsigned pin = PIN_BASE + (32 * bank) + j;
512 for (pioc = 0, pin = PIN_BASE, thi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dat91_ide.c316 if (board->irq_pin >= PIN_BASE)

Completed in 42 milliseconds