Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd756.c83 #define GS_HST_STS (1 << 3) macro
108 if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) { in amd756_transaction()
113 } while ((temp & (GS_HST_STS | GS_SMB_STS)) && in amd756_transaction()
130 } while ((temp & GS_HST_STS) && (timeout++ < MAX_TIMEOUT)); in amd756_transaction()