Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dintel_pch_thermal.c179 u16 wpt_temp; in pch_wpt_get_temp() local
181 wpt_temp = WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP); in pch_wpt_get_temp()
184 *temp = (wpt_temp * 1000 / 2 - 50000); in pch_wpt_get_temp()