SNI_A20R_IRQ_BASE  145 arch/mips/include/asm/sni.h #define SNI_A20R_IRQ_TIMER	(SNI_A20R_IRQ_BASE+5)
SNI_A20R_IRQ_BASE  183 arch/mips/sni/a20r.c 	set_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE));
SNI_A20R_IRQ_BASE  189 arch/mips/sni/a20r.c 	clear_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE));
SNI_A20R_IRQ_BASE  213 arch/mips/sni/a20r.c 		do_IRQ(SNI_A20R_IRQ_BASE + irq - 1);
SNI_A20R_IRQ_BASE  221 arch/mips/sni/a20r.c 	for (i = SNI_A20R_IRQ_BASE + 2 ; i < SNI_A20R_IRQ_BASE + 8; i++)
SNI_A20R_IRQ_BASE  225 arch/mips/sni/a20r.c 	setup_irq(SNI_A20R_IRQ_BASE + 3, &sni_isa_irq);