Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd8111.c159 #define AMD_SMB_STS_DONE 0x80 macro
339 if (~temp[0] & AMD_SMB_STS_DONE) { in amd8111_access()
346 if (~temp[0] & AMD_SMB_STS_DONE) { in amd8111_access()
353 if ((~temp[0] & AMD_SMB_STS_DONE) || (temp[0] & AMD_SMB_STS_STATUS)) in amd8111_access()