Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ocores.c72 #define OCI2C_STAT_IF 0x01 macro
242 if ((stat & OCI2C_STAT_IF) && !(stat & OCI2C_STAT_BUSY)) in ocores_isr()
244 } else if (!(stat & OCI2C_STAT_IF)) { in ocores_isr()