Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c144 u32 temp_out; in update_trip_temp() local
154 temp_out = (aux_entry->tj_max - temp) / 1000; in update_trip_temp()
162 out |= (temp_out & 0xFF) << (thres_index * 8); in update_trip_temp()