Searched refs:INTMAP_IGN (Results 1 – 4 of 4) sorted by relevance
172 #define INTMAP_IGN 0x0000007c0LL /* Interrupt group no (sbus only). */ macro175 #define INTMAP_INR (INTMAP_IGN|INTMAP_INO)188 #define INTIGN(x) ((x)&INTMAP_IGN)
248 vec = ((sc->sc_ign << INTMAP_IGN_SHIFT) & INTMAP_IGN) | in fhc_intr_establish()
844 ino |= schizo_pbm_readintr(pbm, mapoff) & INTMAP_IGN; in schizo_intr_establish()846 ino |= vec & INTMAP_IGN; in schizo_intr_establish()
182 sc->sc_ign = ma->ma_interrupts[0] & INTMAP_IGN; in sbus_attach()