Searched refs:INTENTRY_FLAGS_POLARITY (Results 1 – 3 of 3) sorted by relevance
133 #define INTENTRY_FLAGS_POLARITY 0x3 macro
688 switch (intr->int_flags & INTENTRY_FLAGS_POLARITY) { in intentry_polarity()804 (intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_io_int()853 if ((intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_local_int()
843 printf( "\t%9s", polarityMode[ entry->int_flags & INTENTRY_FLAGS_POLARITY ] ); in intEntry()