Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/i2c/
Di2c_scan.c100 u_int16_t iicprobew(u_int8_t);
133 iicprobew(u_int8_t cmd) in iicprobew() function
189 temp = iicprobew(LM75TEMP); in lm75probe()
196 temp = iicprobew(LM75TEMP); in lm75probe()
199 thyst = iicprobew(LM75Thyst); in lm75probe()
200 tos = iicprobew(LM75Tos); in lm75probe()
228 if ((iicprobew(LM75TEMP) & mask) != (iicprobew(i) & mask) || in lm75probe()
229 (iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) || in lm75probe()
230 (iicprobew(LM75Tos) & mask) != (iicprobew(i) & mask)) in lm75probe()
232 if (iicprobew(i) == 0xffff) in lm75probe()
[all …]