Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c308 int crit_trip; member
318 temps->crit_trip = trip->temperature; in tegra_tsensor_get_trips_cb()
331 temps->crit_trip = 90000; in tegra_tsensor_get_hw_channel_trips()
345 temps->crit_trip = clamp(temps->crit_trip + 5000, 25000, 90000); in tegra_tsensor_get_hw_channel_trips()
368 id, DIV_ROUND_CLOSEST(temps.crit_trip, 1000)); in tegra_tsensor_enable_hw_channel()
371 temps.crit_trip = tegra_tsensor_temp_to_counter(ts, temps.crit_trip); in tegra_tsensor_enable_hw_channel()
382 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG2_TH3, temps.crit_trip); in tegra_tsensor_enable_hw_channel()