Symbol: iicprobew
sys/dev/i2c/i2c_scan.c
100
u_int16_t iicprobew(u_int8_t);
sys/dev/i2c/i2c_scan.c
1000
(iicprobew(0xa2) & 0x0007) == 0x0000 &&
sys/dev/i2c/i2c_scan.c
189
temp = iicprobew(LM75TEMP);
sys/dev/i2c/i2c_scan.c
196
temp = iicprobew(LM75TEMP);
sys/dev/i2c/i2c_scan.c
199
thyst = iicprobew(LM75Thyst);
sys/dev/i2c/i2c_scan.c
200
tos = iicprobew(LM75Tos);
sys/dev/i2c/i2c_scan.c
228
if ((iicprobew(LM75TEMP) & mask) != (iicprobew(i) & mask) ||
sys/dev/i2c/i2c_scan.c
229
(iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) ||
sys/dev/i2c/i2c_scan.c
230
(iicprobew(LM75Tos) & mask) != (iicprobew(i) & mask))
sys/dev/i2c/i2c_scan.c
232
if (iicprobew(i) == 0xffff)
sys/dev/i2c/i2c_scan.c
250
if ((iicprobew(LM75TEMP) & mask) != (iicprobew(i) & mask) ||
sys/dev/i2c/i2c_scan.c
251
(iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) ||
sys/dev/i2c/i2c_scan.c
252
(iicprobew(LM75Tos) & mask) != (iicprobew(i) & mask))
sys/dev/i2c/i2c_scan.c
254
if (iicprobew(i) == 0xffff)
sys/dev/i2c/i2c_scan.c
274
thyst = iicprobew(LM75Thyst) & mask;
sys/dev/i2c/i2c_scan.c
275
tos = iicprobew(LM75Tos) & mask;
sys/dev/i2c/i2c_scan.c
276
tlow = iicprobew(LM77Tlow) & mask;
sys/dev/i2c/i2c_scan.c
277
thigh = iicprobew(LM77Thigh) & mask;
sys/dev/i2c/i2c_scan.c
283
thyst != (iicprobew(LM75Thyst + i) & mask) ||
sys/dev/i2c/i2c_scan.c
284
tos != (iicprobew(LM75Tos + i) & mask))
sys/dev/i2c/i2c_scan.c
292
tos = iicprobew(LM75Tos) & mask;
sys/dev/i2c/i2c_scan.c
293
if (tos != (iicprobew(0x06 + i) & mask) ||
sys/dev/i2c/i2c_scan.c
294
tos != (iicprobew(0x07 + i) & mask))
sys/dev/i2c/i2c_scan.c
297
if (iicprobew(0x06 + i) != 0xffff ||
sys/dev/i2c/i2c_scan.c
298
iicprobew(0x07 + i) != 0xffff)
sys/dev/i2c/i2c_scan.c
308
tos = iicprobew(LM75Tos) & mask;
sys/dev/i2c/i2c_scan.c
309
if (tos != (iicprobew(LM77Tlow + i) & mask) ||
sys/dev/i2c/i2c_scan.c
310
tos != (iicprobew(LM77Thigh + i) & mask))
sys/dev/i2c/i2c_scan.c
313
if (iicprobew(LM77Tlow + i) != 0xffff ||
sys/dev/i2c/i2c_scan.c
314
iicprobew(LM77Thigh + i) != 0xffff)
sys/dev/i2c/i2c_scan.c
317
if (tlow != (iicprobew(LM77Tlow + i) & mask) ||
sys/dev/i2c/i2c_scan.c
318
thigh != (iicprobew(LM77Thigh + i) & mask))
sys/dev/i2c/i2c_scan.c
443
printf(" %02x=%04x", i, iicprobew(i));
sys/dev/i2c/i2c_scan.c
877
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1131 &&
sys/dev/i2c/i2c_scan.c
878
(iicprobew(0x07) & 0xfffc) == 0xa200) {
sys/dev/i2c/i2c_scan.c
880
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1131 &&
sys/dev/i2c/i2c_scan.c
881
(iicprobew(0x07) & 0xfffc) == 0xa100 &&
sys/dev/i2c/i2c_scan.c
882
(iicprobew(0x00) & 0xfff0) == 0x0010) {
sys/dev/i2c/i2c_scan.c
884
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x004d &&
sys/dev/i2c/i2c_scan.c
885
iicprobew(0x07) == 0x3e00 &&
sys/dev/i2c/i2c_scan.c
886
(iicprobew(0x00) & 0xffe0) == 0x0000) {
sys/dev/i2c/i2c_scan.c
888
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x0054 &&
sys/dev/i2c/i2c_scan.c
889
(iicprobew(0x07) & 0xfffc) == 0x0200 &&
sys/dev/i2c/i2c_scan.c
890
(iicprobew(0x00) & 0xffe0) == 0x0000) {
sys/dev/i2c/i2c_scan.c
892
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x0054 &&
sys/dev/i2c/i2c_scan.c
893
(iicprobew(0x07) & 0xff00) == 0x0000 &&
sys/dev/i2c/i2c_scan.c
894
(iicprobew(0x00) & 0xffe0) == 0x0000) {
sys/dev/i2c/i2c_scan.c
896
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x0054 &&
sys/dev/i2c/i2c_scan.c
897
(iicprobew(0x07) & 0xfffc) == 0x2000 &&
sys/dev/i2c/i2c_scan.c
898
(iicprobew(0x00) & 0xffe0) == 0x0000) {
sys/dev/i2c/i2c_scan.c
900
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x0054 &&
sys/dev/i2c/i2c_scan.c
901
(iicprobew(0x07) & 0xff00) == 0x2100 &&
sys/dev/i2c/i2c_scan.c
902
(iicprobew(0x00) & 0xff00) == 0x0000) {
sys/dev/i2c/i2c_scan.c
904
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x0054 &&
sys/dev/i2c/i2c_scan.c
905
(iicprobew(0x07) & 0xfffc) == 0x2200 &&
sys/dev/i2c/i2c_scan.c
906
(iicprobew(0x00) & 0xff00) == 0x0000) {
sys/dev/i2c/i2c_scan.c
908
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x11d4 &&
sys/dev/i2c/i2c_scan.c
909
iicprobew(0x07) == 0x0800 &&
sys/dev/i2c/i2c_scan.c
910
iicprobew(0x00) == 0x001d) {
sys/dev/i2c/i2c_scan.c
912
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x104a &&
sys/dev/i2c/i2c_scan.c
913
(iicprobew(0x07) & 0xfffe) == 0x0000 &&
sys/dev/i2c/i2c_scan.c
914
(iicprobew(0x00) == 0x002d || iicprobew(0x00) == 0x002f)) {
sys/dev/i2c/i2c_scan.c
916
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x104a &&
sys/dev/i2c/i2c_scan.c
917
(iicprobew(0x07) & 0xfffe) == 0x0300 &&
sys/dev/i2c/i2c_scan.c
918
(iicprobew(0x00) == 0x006f)) {
sys/dev/i2c/i2c_scan.c
920
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x104a &&
sys/dev/i2c/i2c_scan.c
921
(iicprobew(0x07) & 0xffff) == 0x2201 &&
sys/dev/i2c/i2c_scan.c
922
(iicprobew(0x00) == 0x00ef)) {
sys/dev/i2c/i2c_scan.c
924
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x104a &&
sys/dev/i2c/i2c_scan.c
925
(iicprobew(0x07) & 0xffff) == 0x0200 &&
sys/dev/i2c/i2c_scan.c
926
(iicprobew(0x00) == 0x006f)) {
sys/dev/i2c/i2c_scan.c
928
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x104a &&
sys/dev/i2c/i2c_scan.c
929
(iicprobew(0x07) & 0xffff) == 0x0101 &&
sys/dev/i2c/i2c_scan.c
930
(iicprobew(0x00) == 0x002d || iicprobew(0x00) == 0x002f)) {
sys/dev/i2c/i2c_scan.c
932
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1b09 &&
sys/dev/i2c/i2c_scan.c
933
(iicprobew(0x07) & 0xffe0) == 0x0800 &&
sys/dev/i2c/i2c_scan.c
934
(iicprobew(0x00) & 0x001f) == 0x001f) {
sys/dev/i2c/i2c_scan.c
936
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1b09 &&
sys/dev/i2c/i2c_scan.c
937
(iicprobew(0x07) & 0xffff) == 0x0a00 &&
sys/dev/i2c/i2c_scan.c
938
(iicprobew(0x00) & 0x001f) == 0x001f) {
sys/dev/i2c/i2c_scan.c
940
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1b09 &&
sys/dev/i2c/i2c_scan.c
941
(iicprobew(0x07) & 0xffff) == 0x2200 &&
sys/dev/i2c/i2c_scan.c
942
(iicprobew(0x00) == 0x007f)) {
sys/dev/i2c/i2c_scan.c
944
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x00b3 &&
sys/dev/i2c/i2c_scan.c
945
(iicprobew(0x07) & 0xffff) == 0x2903 &&
sys/dev/i2c/i2c_scan.c
946
(iicprobew(0x00) == 0x004f)) {
sys/dev/i2c/i2c_scan.c
948
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x00b3 &&
sys/dev/i2c/i2c_scan.c
949
(iicprobew(0x07) & 0xffff) == 0x2912 &&
sys/dev/i2c/i2c_scan.c
950
(iicprobew(0x00) == 0x006f)) {
sys/dev/i2c/i2c_scan.c
952
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x00b3 &&
sys/dev/i2c/i2c_scan.c
953
(iicprobew(0x07) & 0xffff) == 0x2913 &&
sys/dev/i2c/i2c_scan.c
954
(iicprobew(0x00) == 0x0077)) {
sys/dev/i2c/i2c_scan.c
956
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x00b3 &&
sys/dev/i2c/i2c_scan.c
957
(iicprobew(0x07) & 0xffff) == 0x3001 &&
sys/dev/i2c/i2c_scan.c
958
(iicprobew(0x00) == 0x006f)) {
sys/dev/i2c/i2c_scan.c
960
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x00b3 &&
sys/dev/i2c/i2c_scan.c
961
(iicprobew(0x07) & 0xffff) == 0x2214 &&
sys/dev/i2c/i2c_scan.c
962
(iicprobew(0x00) == 0x00ff)) {
sys/dev/i2c/i2c_scan.c
964
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x001f &&
sys/dev/i2c/i2c_scan.c
965
(iicprobew(0x07) & 0xffff) == 0x8201 &&
sys/dev/i2c/i2c_scan.c
966
(iicprobew(0x00) & 0xff00) == 0x0000) {
sys/dev/i2c/i2c_scan.c
968
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1114 &&
sys/dev/i2c/i2c_scan.c
969
(iicprobew(0x07) & 0xffff) == 0x2200 &&
sys/dev/i2c/i2c_scan.c
970
(iicprobew(0x00) & 0xff00) == 0x0000) {
sys/dev/i2c/i2c_scan.c
972
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x1c68 &&
sys/dev/i2c/i2c_scan.c
973
(iicprobew(0x07) & 0xffff) == 0x2201 &&
sys/dev/i2c/i2c_scan.c
974
(iicprobew(0x00) & 0xff00) == 0x0000) {
sys/dev/i2c/i2c_scan.c
976
} else if ((addr & 0x78) == 0x18 && iicprobew(0x06) == 0x132d &&
sys/dev/i2c/i2c_scan.c
977
(iicprobew(0x07) & 0xffff) == 0x3300 &&
sys/dev/i2c/i2c_scan.c
978
(iicprobew(0x00) & 0x001f) == 0x001f) {
sys/dev/i2c/i2c_scan.c
998
(iicprobew(0xaa) & 0x0007) == 0x0000 &&
sys/dev/i2c/i2c_scan.c
999
(iicprobew(0xa1) & 0x0007) == 0x0000 &&