Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali15x3.c108 #define ALI15X3_STS_ERR 0xE0 /* all the bad error bits */ macro
265 if (temp & (ALI15X3_STS_ERR | ALI15X3_STS_BUSY)) { in ali15x3_transaction()
269 (ALI15X3_STS_ERR | ALI15X3_STS_BUSY)) { in ali15x3_transaction()
293 } while ((!(temp & (ALI15X3_STS_ERR | ALI15X3_STS_DONE))) in ali15x3_transaction()