Home
last modified time | relevance | path

Searched refs:PCH_IC_INTR_STAT_TX_ABRT (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c_hardware.h38 #define PCH_IC_INTR_STAT_TX_ABRT (1 << 6) macro
H A Dpch_i2c.cpp59 if ((status & PCH_IC_INTR_STAT_TX_ABRT) != 0) in pch_i2c_interrupt_handler()