Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c215 u32 temp_out; in update_trip_temp() local
245 temp_out = temp + QRK_DTS_TEMP_BASE; in update_trip_temp()
248 out |= (temp_out & QRK_DTS_MASK_TP_THRES) << in update_trip_temp()
Dintel_soc_dts_iosf.c105 u32 temp_out; in update_trip_temp() local
118 temp_out = (sensors->tj_max - temp) / 1000; in update_trip_temp()
126 bitmap_set_value8(&update_ptps, temp_out & 0xFF, thres_index * 8); in update_trip_temp()