Searched refs:pch_thr_temp (Results 1 – 1 of 1) sorted by relevance
280 u16 pch_thr_temp, pch_cur_temp; in intel_pch_thermal_suspend_noirq() local296 pch_thr_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TSPM)); in intel_pch_thermal_suspend_noirq()301 if (pch_cur_temp >= pch_thr_temp) in intel_pch_thermal_suspend_noirq()304 pch_cur_temp, pch_thr_temp); in intel_pch_thermal_suspend_noirq()315 if (pch_cur_temp < pch_thr_temp) in intel_pch_thermal_suspend_noirq()326 pch_cur_temp, pch_thr_temp, pch_delay_cnt, delay_timeout); in intel_pch_thermal_suspend_noirq()332 if (pch_cur_temp >= pch_thr_temp) in intel_pch_thermal_suspend_noirq()
Completed in 5 milliseconds