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