Home
last modified time | relevance | path

Searched refs:WPT_TEMP_TSR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_pch_thermal.c53 #define WPT_TEMP_TSR 0x01ff /* Temp TS Reading */ macro
124 *temp = GET_WPT_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_thermal_get_temp()
294 pch_thr_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TSPM)); in intel_pch_thermal_suspend_noirq()
297 pch_cur_temp = GET_PCH_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); 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()
/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_pch_thermal.c48 #define WPT_TEMP_TSR 0x01ff /* Temp TS Reading */ macro
175 wpt_temp = WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP); in pch_wpt_get_temp()

Completed in 3 milliseconds