Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-ali1535.c105 #define ALI1535_STS_DONE 0x10 /* transaction complete */ macro
272 if (temp & ALI1535_STS_DONE) in ali1535_transaction()
314 if (!(temp & ALI1535_STS_DONE)) in ali1535_transaction()
323 if (!(temp & ALI1535_STS_DONE)) { in ali1535_transaction()