Lines Matching +full:1000 +full:ms
25 #define LN2_CURR_UNITS 1000
26 #define LN2_VOLT_UNITS 1000
27 #define LN2_TEMP_UNITS 1000
60 * @precision: Units to multiply up to eg. 1000 = milli, 1000000 = micro
113 1000, 10000); in do_measurement()
123 * Actual measurement time is ~1.67mS per sample, approximate this in do_measurement()
124 * with a 1.5mS per sample msleep and then poll for success up to in do_measurement()
125 * ~0.17mS * 1023 (LN2_MAX_NSAMPLES). Normally for smaller values in do_measurement()
153 1000, 10000); in request_data()
274 *val = DIV_ROUND_CLOSEST(interval, 1000); in lochnagar_read()
307 val = clamp_t(long, val, 1, (LN2_MAX_NSAMPLE * LN2_SAMPLE_US) / 1000); in lochnagar_write()
308 val = DIV_ROUND_CLOSEST(val * 1000, LN2_SAMPLE_US); in lochnagar_write()