Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c201 u32 temp_out; in update_trip_temp() local
231 temp_out = temp + QRK_DTS_TEMP_BASE; in update_trip_temp()
234 out |= (temp_out & QRK_DTS_MASK_TP_THRES) << in update_trip_temp()
H A Dintel_soc_dts_iosf.c47 u32 temp_out; in update_trip_temp() local
59 temp_out = (sensors->tj_max - temp) / 1000; in update_trip_temp()
67 bitmap_set_value8(&update_ptps, temp_out & 0xFF, thres_index * 8); in update_trip_temp()