Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/intel/
Dintel_pch_thermal.c173 u16 wpt_temp; in pch_wpt_get_temp() local
175 wpt_temp = WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP); in pch_wpt_get_temp()
178 *temp = (wpt_temp * 1000 / 2 - 50000); in pch_wpt_get_temp()