Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/
Dintel_pch_thermal.c66 #define GET_PCH_TEMP(x) (((x) / 2) + PCH_TEMP_OFFSET) macro
215 pch_thr_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TSPM)); in pch_wpt_suspend()
218 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_wpt_suspend()
243 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_wpt_suspend()