Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/i2c/busses/
Di2c-ali15x3.c121 #define ALI15X3_STS_ERR 0xE0 /* all the bad error bits */ macro
277 if (temp & (ALI15X3_STS_ERR | ALI15X3_STS_BUSY)) { in ali15x3_transaction()
281 (ALI15X3_STS_ERR | ALI15X3_STS_BUSY)) { in ali15x3_transaction()
305 } while ((!(temp & (ALI15X3_STS_ERR | ALI15X3_STS_DONE))) in ali15x3_transaction()