HomeSort by: relevance | last modified time | path
    Searched refs:INTMAP_IGN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/dev/
iommureg.h 172 #define INTMAP_IGN 0x0000007c0LL /* Interrupt group no (sbus only). */
175 #define INTMAP_INR (INTMAP_IGN|INTMAP_INO)
188 #define INTIGN(x) ((x)&INTMAP_IGN)
fhc.c 248 vec = ((sc->sc_ign << INTMAP_IGN_SHIFT) & INTMAP_IGN) |
sbus.c 182 sc->sc_ign = ma->ma_interrupts[0] & INTMAP_IGN;
schizo.c 844 ino |= schizo_pbm_readintr(pbm, mapoff) & INTMAP_IGN;
846 ino |= vec & INTMAP_IGN;

Completed in 14 milliseconds