Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-ocores.c71 #define OCI2C_STAT_IF 0x01 macro
231 if ((stat & OCI2C_STAT_IF) && !(stat & OCI2C_STAT_BUSY)) in ocores_isr()
233 } else if (!(stat & OCI2C_STAT_IF)) { in ocores_isr()