Searched refs:INTMAP_IGN (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Diommureg.h155 #define INTMAP_IGN 0x0000007c0LL /* Interrupt group no (sbus only). */ macro
158 #define INTMAP_INR (INTMAP_IGN|INTMAP_INO)
170 #define INTIGN(x) ((x)&INTMAP_IGN)
H A Dfhc.c266 vec = ((sc->sc_ign << INTMAP_IGN_SHIFT) & INTMAP_IGN) |
H A Dschizo.c796 ino |= (*intrmapptr) & INTMAP_IGN;
798 ino |= vec & INTMAP_IGN;
H A Dsbus.c304 sc->sc_ign = ma->ma_interrupts[0] & INTMAP_IGN;
H A Dpsycho.c325 sc->sc_ign = INTMAP_IGN; /* APB IGN is always 0x1f << 6 = 0x7c */

Completed in 124 milliseconds