Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ocores.c72 #define OCI2C_STAT_IF 0x01 macro
243 if ((stat & OCI2C_STAT_IF) && !(stat & OCI2C_STAT_BUSY)) in ocores_isr()
245 } else if (!(stat & OCI2C_STAT_IF)) { in ocores_isr()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds