Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali15x3.c104 #define ALI15X3_STS_DONE 0x10 macro
280 if (temp & ALI15X3_STS_DONE) { in ali15x3_transaction()
293 } while ((!(temp & (ALI15X3_STS_ERR | ALI15X3_STS_DONE))) in ali15x3_transaction()