Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c65 #define GET_WPT_TEMP(x) ((x) * MILLIDEGREE_PER_DEGREE / 2 + WPT_TEMP_OFFSET) macro
125 *temp = GET_WPT_TEMP(WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP)); in pch_thermal_get_temp()
225 ptd_trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()
232 ptd_trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()