Lines Matching defs:temp
429 u64 temp; /* Temporary variable for do_div */
434 temp = voltage * prescale->den;
435 do_div(temp, prescale->num * 2);
436 voltage = temp;
470 s64 voltage, temp, adc_vdd_ref_mv = 1875;
486 temp = prescale->num * factor;
487 voltage = div64_s64(voltage, temp);
566 int voltage, vtemp0, temp, i;
587 temp = div64_s64(voltage * DIE_TEMP_ADC7_SCALE_FACTOR,
589 temp += DIE_TEMP_ADC7_SCALE_1 + (DIE_TEMP_ADC7_SCALE_2 * (i - 1));
590 *result_mdec = temp;