Lines Matching defs:next_high
83 unsigned long next_high)
88 th->interpolated_temp = (next_low + next_high)/2;
94 prcmu_config_hotmon((u8)(next_low/1000), (u8)(next_high/1000));
102 unsigned long next_low, next_high;
109 next_high = db8500_thermal_points[0];
112 next_high = db8500_thermal_points[idx - 1];
117 db8500_thermal_update_config(th, idx, next_low, next_high);
119 "PRCMU set max %ld, min %ld\n", next_high, next_low);
130 unsigned long next_low, next_high;
134 next_high = db8500_thermal_points[idx+1];
138 db8500_thermal_update_config(th, idx, next_low, next_high);
141 "PRCMU set max %ld, min %ld\n", next_high, next_low);