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