Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-amd8111.c162 #define AMD_SMB_STS_DONE 0x80 macro
342 if (~temp[0] & AMD_SMB_STS_DONE) { in amd8111_access()
349 if (~temp[0] & AMD_SMB_STS_DONE) { in amd8111_access()
356 if ((~temp[0] & AMD_SMB_STS_DONE) || (temp[0] & AMD_SMB_STS_STATUS)) in amd8111_access()