GROUP4_IRQ_BASE    34 arch/mips/include/asm/mach-rc32434/irq.h #define GPIO_MAPPED_IRQ_BASE	GROUP4_IRQ_BASE
GROUP4_IRQ_BASE    46 arch/mips/pci/fixup-rc32434.c 	return irq + GROUP4_IRQ_BASE + 4;
GROUP4_IRQ_BASE    53 arch/mips/rb532/irq.c #define RC32434_NR_IRQS	 (GROUP4_IRQ_BASE + 32)
GROUP4_IRQ_BASE   152 arch/mips/rb532/irq.c 		if (group == GPIO_MAPPED_IRQ_GROUP && irq_nr <= (GROUP4_IRQ_BASE + 13))
GROUP4_IRQ_BASE   175 arch/mips/rb532/irq.c 	if (group != GPIO_MAPPED_IRQ_GROUP || d->irq > (GROUP4_IRQ_BASE + 13))