Searched refs:PCH_IC_INTR_STAT_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
40 #define PCH_IC_INTR_STAT_ACTIVITY (1 << 8) macro
63 if ((status & PCH_IC_INTR_STAT_ACTIVITY) != 0) in pch_i2c_interrupt_handler()74 if ((status & ~PCH_IC_INTR_STAT_ACTIVITY) == 0) in pch_i2c_interrupt_handler()