Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/
Dintel_pch_thermal.c201 u16 pch_thr_temp, pch_cur_temp; in pch_wpt_suspend() local
218 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_wpt_suspend()
229 if (pch_cur_temp < pch_thr_temp) in pch_wpt_suspend()
240 pch_cur_temp, pch_thr_temp, pch_delay_cnt, delay_timeout); in pch_wpt_suspend()
243 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_wpt_suspend()
246 if (pch_cur_temp >= pch_thr_temp) in pch_wpt_suspend()
249 pch_cur_temp, pch_delay_cnt * delay_timeout); in pch_wpt_suspend()
254 pch_cur_temp, pch_delay_cnt * delay_timeout); in pch_wpt_suspend()
258 pch_cur_temp); in pch_wpt_suspend()