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