Lines Matching defs:next_low
94 unsigned long next_low,
100 th->interpolated_temp = (next_low + next_high)/2;
107 prcmu_config_hotmon((u8)(next_low/1000), (u8)(next_high/1000));
115 unsigned long next_low, next_high;
123 next_low = PRCMU_DEFAULT_LOW_TEMP;
126 next_low = db8500_thermal_points[idx - 2];
131 next_low, next_high);
133 "PRCMU set max %ld, min %ld\n", next_high, next_low);
144 unsigned long next_low, next_high;
149 next_low = db8500_thermal_points[idx];
153 next_low, next_high);
156 "PRCMU set max %ld, min %ld\n", next_high, next_low);