Home | History | Annotate | Download | only in booke

Lines Matching defs:NIPL

49 #define	NIPL		8
52 #define IST_NONE (NIPL+0) /* none */
53 #define IST_EDGE (NIPL+1) /* edge-triggered */
54 #define IST_LEVEL (NIPL+2) /* level-triggered active-low */
56 #define IST_LEVEL_HIGH (NIPL+3) /* level-triggered active-high */
57 #define IST_PULSE (NIPL+4) /* pulsed */
58 #define IST_MSI (NIPL+5) /* message signaling interrupt (PCI) */
59 #define IST_ONCHIP (NIPL+6) /* on-chip device */
61 #define IST_MSIGROUP (NIPL+7) /* openpic msi groups */
62 #define IST_TIMER (NIPL+8) /* openpic timers */
63 #define IST_IPI (NIPL+9) /* openpic ipi */
64 #define IST_MI (NIPL+10) /* openpic message */
65 #define IST_MAX (NIPL+11)