Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c307 int hot_trip; member
316 temps->hot_trip = trip->temperature; in tegra_tsensor_get_trips_cb()
330 temps->hot_trip = 85000; in tegra_tsensor_get_hw_channel_trips()
336 temps->hot_trip = clamp(temps->hot_trip, 25000, 90000); in tegra_tsensor_get_hw_channel_trips()
370 temps.hot_trip = tegra_tsensor_temp_to_counter(ts, temps.hot_trip); in tegra_tsensor_enable_hw_channel()
376 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG1_TH2, temps.hot_trip); in tegra_tsensor_enable_hw_channel()