Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_pch_thermal.c122 u8 wpt_temp; in pch_wpt_get_temp() local
124 wpt_temp = WPT_TEMP_TSR & readl(ptd->hw_base + WPT_TEMP); in pch_wpt_get_temp()
127 *temp = (wpt_temp * 1000 / 2 - 50000); in pch_wpt_get_temp()