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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-amd756.c96 #define GS_HST_STS (1 << 3) macro
121 if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) {
126 } while ((temp & (GS_HST_STS | GS_SMB_STS)) &&
143 } while ((temp & GS_HST_STS) && (timeout++ < MAX_TIMEOUT));

Completed in 107 milliseconds