Lines Matching defs:next_low
82 unsigned long next_low,
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;
110 next_low = PRCMU_DEFAULT_LOW_TEMP;
113 next_low = db8500_thermal_points[idx - 2];
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;
135 next_low = db8500_thermal_points[idx];
138 db8500_thermal_update_config(th, idx, next_low, next_high);
141 "PRCMU set max %ld, min %ld\n", next_high, next_low);