Home
last modified time | relevance | path

Searched refs:db8500_thermal_points (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Ddb8500_thermal.c27 static const unsigned long db8500_thermal_points[] = { variable
109 next_high = db8500_thermal_points[0]; in prcmu_low_irq_handler()
112 next_high = db8500_thermal_points[idx - 1]; in prcmu_low_irq_handler()
113 next_low = db8500_thermal_points[idx - 2]; in prcmu_low_irq_handler()
131 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler()
134 next_high = db8500_thermal_points[idx+1]; in prcmu_high_irq_handler()
135 next_low = db8500_thermal_points[idx]; in prcmu_high_irq_handler()
144 th->interpolated_temp = db8500_thermal_points[idx] + 1; in prcmu_high_irq_handler()
197 db8500_thermal_points[0]); in db8500_thermal_probe()
218 db8500_thermal_points[0]); in db8500_thermal_resume()