Searched refs:ALI1535_STS_BUSY (Results 1 – 1 of 1) sorted by relevance
104 #define ALI1535_STS_BUSY 0x08 /* host busy */ macro228 if (temp & ALI1535_STS_BUSY) { in ali1535_transaction()256 if (temp & (ALI1535_STS_ERR | ALI1535_STS_BUSY)) { in ali1535_transaction()260 if (temp & (ALI1535_STS_ERR | ALI1535_STS_BUSY)) { in ali1535_transaction()284 } while (((temp & ALI1535_STS_BUSY) && !(temp & ALI1535_STS_IDLE)) in ali1535_transaction()