Symbol: SGINT_LOCAL0
arch/mips/include/asm/sgi/ip22.h
48
#define SGI_FIFO_IRQ SGINT_LOCAL0 + 0 /* FIFO full */
arch/mips/include/asm/sgi/ip22.h
50
#define SGI_WD93_0_IRQ SGINT_LOCAL0 + 1 /* 1st onboard WD93 */
arch/mips/include/asm/sgi/ip22.h
51
#define SGI_WD93_1_IRQ SGINT_LOCAL0 + 2 /* 2nd onboard WD93 */
arch/mips/include/asm/sgi/ip22.h
52
#define SGI_ENET_IRQ SGINT_LOCAL0 + 3 /* onboard ethernet */
arch/mips/include/asm/sgi/ip22.h
53
#define SGI_MCDMA_IRQ SGINT_LOCAL0 + 4 /* MC DMA done */
arch/mips/include/asm/sgi/ip22.h
54
#define SGI_PARPORT_IRQ SGINT_LOCAL0 + 5 /* Parallel port */
arch/mips/include/asm/sgi/ip22.h
55
#define SGI_GIO_1_IRQ SGINT_LOCAL0 + 6 /* GE / GIO-1 / 2nd-HPC */
arch/mips/include/asm/sgi/ip22.h
56
#define SGI_MAP_0_IRQ SGINT_LOCAL0 + 7 /* Mappable interrupt 0 */
arch/mips/sgi-ip22/ip22-int.c
130
do_IRQ(SGINT_LOCAL0 + 0);
arch/mips/sgi-ip22/ip22-int.c
222
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 7;
arch/mips/sgi-ip22/ip22-int.c
227
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 6;
arch/mips/sgi-ip22/ip22-int.c
232
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 5;
arch/mips/sgi-ip22/ip22-int.c
237
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 4;
arch/mips/sgi-ip22/ip22-int.c
242
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 3;
arch/mips/sgi-ip22/ip22-int.c
247
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 2;
arch/mips/sgi-ip22/ip22-int.c
252
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 1;
arch/mips/sgi-ip22/ip22-int.c
257
lc0msk_to_irqnr[i] = SGINT_LOCAL0 + 0;
arch/mips/sgi-ip22/ip22-int.c
278
for (i = SGINT_LOCAL0; i < SGI_INTERRUPTS; i++) {
arch/mips/sgi-ip22/ip22-int.c
40
sgint->imask0 |= (1 << (d->irq - SGINT_LOCAL0));
arch/mips/sgi-ip22/ip22-int.c
45
sgint->imask0 &= ~(1 << (d->irq - SGINT_LOCAL0));
arch/mips/sgi-ip22/ip22-int.c
75
sgint->imask0 |= (1 << (SGI_MAP_0_IRQ - SGINT_LOCAL0));
arch/mips/sgi-ip22/ip22-int.c
83
sgint->imask0 &= ~(1 << (SGI_MAP_0_IRQ - SGINT_LOCAL0));