iicprobew 76 dev/i2c/i2c_scan.c u_int16_t iicprobew(u_int8_t); iicprobew 165 dev/i2c/i2c_scan.c temp = iicprobew(LM75TEMP); iicprobew 172 dev/i2c/i2c_scan.c temp = iicprobew(LM75TEMP); iicprobew 175 dev/i2c/i2c_scan.c thyst = iicprobew(LM75Thyst); iicprobew 176 dev/i2c/i2c_scan.c tos = iicprobew(LM75Tos); iicprobew 204 dev/i2c/i2c_scan.c if ((iicprobew(LM75TEMP) & mask) != (iicprobew(i) & mask) || iicprobew 205 dev/i2c/i2c_scan.c (iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) || iicprobew 206 dev/i2c/i2c_scan.c (iicprobew(LM75Tos) & mask) != (iicprobew(i) & mask)) iicprobew 208 dev/i2c/i2c_scan.c if (iicprobew(i) == 0xffff) iicprobew 226 dev/i2c/i2c_scan.c if ((iicprobew(LM75TEMP) & mask) != (iicprobew(i) & mask) || iicprobew 227 dev/i2c/i2c_scan.c (iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) || iicprobew 228 dev/i2c/i2c_scan.c (iicprobew(LM75Tos) & mask) != (iicprobew(i) & mask)) iicprobew 230 dev/i2c/i2c_scan.c if (iicprobew(i) == 0xffff) iicprobew 250 dev/i2c/i2c_scan.c thyst = iicprobew(LM75Thyst) & mask; iicprobew 251 dev/i2c/i2c_scan.c tos = iicprobew(LM75Tos) & mask; iicprobew 252 dev/i2c/i2c_scan.c tlow = iicprobew(LM77Tlow) & mask; iicprobew 253 dev/i2c/i2c_scan.c thigh = iicprobew(LM77Thigh) & mask; iicprobew 259 dev/i2c/i2c_scan.c thyst != (iicprobew(LM75Thyst + i) & mask) || iicprobew 260 dev/i2c/i2c_scan.c tos != (iicprobew(LM75Tos + i) & mask)) iicprobew 268 dev/i2c/i2c_scan.c tos = iicprobew(LM75Tos) & mask; iicprobew 269 dev/i2c/i2c_scan.c if (tos != (iicprobew(0x06 + i) & mask) || iicprobew 270 dev/i2c/i2c_scan.c tos != (iicprobew(0x07 + i) & mask)) iicprobew 273 dev/i2c/i2c_scan.c if (iicprobew(0x06 + i) != 0xffff || iicprobew 274 dev/i2c/i2c_scan.c iicprobew(0x07 + i) != 0xffff) iicprobew 284 dev/i2c/i2c_scan.c tos = iicprobew(LM75Tos) & mask; iicprobew 285 dev/i2c/i2c_scan.c if (tos != (iicprobew(LM77Tlow + i) & mask) || iicprobew 286 dev/i2c/i2c_scan.c tos != (iicprobew(LM77Thigh + i) & mask)) iicprobew 289 dev/i2c/i2c_scan.c if (iicprobew(LM77Tlow + i) != 0xffff || iicprobew 290 dev/i2c/i2c_scan.c iicprobew(LM77Thigh + i) != 0xffff) iicprobew 293 dev/i2c/i2c_scan.c if (tlow != (iicprobew(LM77Tlow + i) & mask) || iicprobew 294 dev/i2c/i2c_scan.c thigh != (iicprobew(LM77Thigh + i) & mask)) iicprobew 799 dev/i2c/i2c_scan.c (iicprobew(0xaa) & 0x0007) == 0x0000 && iicprobew 800 dev/i2c/i2c_scan.c (iicprobew(0xa1) & 0x0007) == 0x0000 && iicprobew 801 dev/i2c/i2c_scan.c (iicprobew(0xa2) & 0x0007) == 0x0000 &&