Searched refs:next_high (Results 1 – 1 of 1) sorted by relevance
83 unsigned long next_high) in db8500_thermal_update_config() argument88 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() local109 next_high = db8500_thermal_points[0]; in prcmu_low_irq_handler()112 next_high = db8500_thermal_points[idx - 1]; 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() local134 next_high = db8500_thermal_points[idx+1]; in prcmu_high_irq_handler()[all …]