Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c278 u16 pch_thr_temp, pch_cur_temp; in intel_pch_thermal_suspend_noirq() local
297 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in intel_pch_thermal_suspend_noirq()
308 if (pch_cur_temp < pch_thr_temp) in intel_pch_thermal_suspend_noirq()
319 pch_cur_temp, pch_thr_temp, pch_delay_cnt, delay_timeout); in intel_pch_thermal_suspend_noirq()
322 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in intel_pch_thermal_suspend_noirq()
325 if (pch_cur_temp >= pch_thr_temp) in intel_pch_thermal_suspend_noirq()
328 pch_cur_temp, pch_delay_cnt * delay_timeout); in intel_pch_thermal_suspend_noirq()
333 pch_cur_temp, pch_delay_cnt * delay_timeout); in intel_pch_thermal_suspend_noirq()
337 pch_cur_temp); in intel_pch_thermal_suspend_noirq()