Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-amd756.c91 #define GS_HST_STS (1 << 3) macro
116 if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) { in amd756_transaction()
121 } while ((temp & (GS_HST_STS | GS_SMB_STS)) && in amd756_transaction()
138 } while ((temp & GS_HST_STS) && (timeout++ < MAX_TIMEOUT)); in amd756_transaction()