Lines Matching defs:value
66 * format difference for the temperature value registers.
412 u8 max_convrate; /* Maximum conversion rate register value */
707 u8 config; /* Current configuration register value */
708 u8 config_orig; /* Original configuration register value */
709 u8 convrate_orig; /* Original conversion rate register value */
737 static inline s32 lm90_write_no_pec(struct i2c_client *client, u8 value)
741 I2C_SMBUS_WRITE, value, I2C_SMBUS_BYTE, NULL);
1808 * For LM84, undefined registers return the most recent value.
1821 /* If any register has a different value, this is not an LM84 */
1869 * return the same value.
1974 * for most of the chips, yet appear to return a well defined value.
1976 * is undocumented for all chips, but also returns a well defined value.
2130 * exists, both readings will reflect the same value. Otherwise,
2174 * unsupported registers were observed to return a fixed value
2212 * read value, which in our case is those of the man_id
2216 * last read value.
2219 * a low nibble, so the value will be those of the previous
2233 * configuration register has the wrong value and it does
2289 * value of 0xff if DXP is open or shorted.
2463 * Get well defined register value for chips with neither man_id nor
2476 /* Bail out immediately if all register report the same value */
2481 * If reading man_id and chip_id both return the same value as lhigh,
2483 * value. Check again with a different register and handle accordingly.
2683 dev_err(dev, "invalid reg property value %d in %pOFn\n", id, child);