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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-nomadik/include/mach/
H A Dirqs.h73 #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + NOMADIK_SOC_NR_IRQS) macro
75 #define NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-nomadik/include/mach/
H A Dirqs.h73 #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + NOMADIK_SOC_NR_IRQS) macro
75 #define NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-nomadik/
H A Dcpu-8815.c68 .first_irq = NOMADIK_GPIO_TO_IRQ(0),
72 .first_irq = NOMADIK_GPIO_TO_IRQ(32),
76 .first_irq = NOMADIK_GPIO_TO_IRQ(64),
80 .first_irq = NOMADIK_GPIO_TO_IRQ(96),
H A Dboard-nhk8815.c211 .start = NOMADIK_GPIO_TO_IRQ(115),
212 .end = NOMADIK_GPIO_TO_IRQ(115),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-nomadik/
H A Dcpu-8815.c68 .first_irq = NOMADIK_GPIO_TO_IRQ(0),
72 .first_irq = NOMADIK_GPIO_TO_IRQ(32),
76 .first_irq = NOMADIK_GPIO_TO_IRQ(64),
80 .first_irq = NOMADIK_GPIO_TO_IRQ(96),
H A Dboard-nhk8815.c211 .start = NOMADIK_GPIO_TO_IRQ(115),
212 .end = NOMADIK_GPIO_TO_IRQ(115),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ux500/include/mach/
H A Dirqs.h75 #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + DBX500_NR_INTERNAL_IRQS) macro
77 #define IRQ_BOARD_START NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO)
H A Dgpio.h39 .first_irq = NOMADIK_GPIO_TO_IRQ(first), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ux500/include/mach/
H A Dirqs.h75 #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + DBX500_NR_INTERNAL_IRQS) macro
77 #define IRQ_BOARD_START NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO)
H A Dgpio.h39 .first_irq = NOMADIK_GPIO_TO_IRQ(first), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-nomadik/
H A Dgpio.c159 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
209 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
238 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
255 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
272 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
447 first_irq = NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base);
461 first_irq = NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base);
523 return NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base) + offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dgpio.c159 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
209 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
238 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
255 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
272 nmk_chip = get_irq_chip_data(NOMADIK_GPIO_TO_IRQ(gpio));
447 first_irq = NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base);
461 first_irq = NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base);
523 return NOMADIK_GPIO_TO_IRQ(nmk_chip->chip.base) + offset;

Completed in 84 milliseconds