Lines Matching refs:next_low
82 unsigned long next_low, in db8500_thermal_update_config() argument
88 th->interpolated_temp = (next_low + next_high)/2; in db8500_thermal_update_config()
94 prcmu_config_hotmon((u8)(next_low/1000), (u8)(next_high/1000)); in db8500_thermal_update_config()
102 unsigned long next_low, next_high; in prcmu_low_irq_handler() local
110 next_low = PRCMU_DEFAULT_LOW_TEMP; in prcmu_low_irq_handler()
113 next_low = db8500_thermal_points[idx - 2]; in prcmu_low_irq_handler()
117 db8500_thermal_update_config(th, idx, next_low, next_high); in prcmu_low_irq_handler()
119 "PRCMU set max %ld, min %ld\n", next_high, next_low); in prcmu_low_irq_handler()
130 unsigned long next_low, next_high; in prcmu_high_irq_handler() local
135 next_low = db8500_thermal_points[idx]; in prcmu_high_irq_handler()
138 db8500_thermal_update_config(th, idx, next_low, next_high); in prcmu_high_irq_handler()
141 "PRCMU set max %ld, min %ld\n", next_high, next_low); in prcmu_high_irq_handler()