Lines Matching refs:value
66 /* Return the value from the given register in uW, mV, or mA */
137 * dividing the reported current by the sense resistor value
162 * Convert to register value by assuming current is measured
209 * dividing the reported current by the sense resistor value
224 long long value;
226 value = ltc2945_reg_to_val(dev, attr->index);
227 if (value < 0)
228 return value;
229 return snprintf(buf, PAGE_SIZE, "%lld\n", value);
249 /* convert to register value, then clamp and write result */