Go to the documentation of this file.
28 #define SGINT_CPU MIPS_CPU_IRQ_BASE
29 #define SGINT_LOCAL0 (SGINT_CPU+8)
30 #define SGINT_LOCAL1 (SGINT_CPU+16)
31 #define SGINT_LOCAL2 (SGINT_CPU+24)
32 #define SGINT_LOCAL3 (SGINT_CPU+32)
33 #define SGINT_END (SGINT_CPU+40)
39 #define SGI_SOFT_0_IRQ SGINT_CPU + 0
40 #define SGI_SOFT_1_IRQ SGINT_CPU + 1
41 #define SGI_LOCAL_0_IRQ SGINT_CPU + 2
42 #define SGI_LOCAL_1_IRQ SGINT_CPU + 3
43 #define SGI_8254_0_IRQ SGINT_CPU + 4
44 #define SGI_8254_1_IRQ SGINT_CPU + 5
45 #define SGI_BUSERR_IRQ SGINT_CPU + 6
46 #define SGI_TIMER_IRQ SGINT_CPU + 7
48 #define SGI_FIFO_IRQ SGINT_LOCAL0 + 0
49 #define SGI_GIO_0_IRQ SGI_FIFO_IRQ
50 #define SGI_WD93_0_IRQ SGINT_LOCAL0 + 1
51 #define SGI_WD93_1_IRQ SGINT_LOCAL0 + 2
52 #define SGI_ENET_IRQ SGINT_LOCAL0 + 3
53 #define SGI_MCDMA_IRQ SGINT_LOCAL0 + 4
54 #define SGI_PARPORT_IRQ SGINT_LOCAL0 + 5
55 #define SGI_GIO_1_IRQ SGINT_LOCAL0 + 6
56 #define SGI_MAP_0_IRQ SGINT_LOCAL0 + 7
58 #define SGI_GPL0_IRQ SGINT_LOCAL1 + 0
59 #define SGI_PANEL_IRQ SGINT_LOCAL1 + 1
60 #define SGI_GPL2_IRQ SGINT_LOCAL1 + 2
61 #define SGI_MAP_1_IRQ SGINT_LOCAL1 + 3
62 #define SGI_HPCDMA_IRQ SGINT_LOCAL1 + 4
63 #define SGI_ACFAIL_IRQ SGINT_LOCAL1 + 5
64 #define SGI_VINO_IRQ SGINT_LOCAL1 + 6
65 #define SGI_GIO_2_IRQ SGINT_LOCAL1 + 7
68 #define SGI_VERT_IRQ SGINT_LOCAL2 + 0
69 #define SGI_EISA_IRQ SGINT_LOCAL2 + 3
70 #define SGI_KEYBD_IRQ SGINT_LOCAL2 + 4
71 #define SGI_SERIAL_IRQ SGINT_LOCAL2 + 5
73 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)