Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1535.c109 #define ALI1535_STS_ERR 0xE0 /* all the bad error bits */ macro
256 if (temp & (ALI1535_STS_ERR | ALI1535_STS_BUSY)) { in ali1535_transaction()
260 if (temp & (ALI1535_STS_ERR | ALI1535_STS_BUSY)) { in ali1535_transaction()
331 } else if (temp & ALI1535_STS_ERR) { in ali1535_transaction()