thyst             160 dev/i2c/i2c_scan.c 	u_int16_t temp, thyst, tos, tlow, thigh, mask = LM75TMASK;
thyst             175 dev/i2c/i2c_scan.c 	thyst = iicprobew(LM75Thyst);
thyst             179 dev/i2c/i2c_scan.c 	if (conf == 0xff && temp == 0xffff && thyst == 0xffff)
thyst             183 dev/i2c/i2c_scan.c 	thyst &= mask;
thyst             187 dev/i2c/i2c_scan.c 	if (temp == thyst && thyst == tos)
thyst             250 dev/i2c/i2c_scan.c 		thyst = iicprobew(LM75Thyst) & mask;
thyst             259 dev/i2c/i2c_scan.c 		    thyst != (iicprobew(LM75Thyst + i) & mask) ||