Searched refs:hot_trip (Results 1 – 1 of 1) sorted by relevance
308 int *hot_trip, int *crit_trip) in tegra_tsensor_get_hw_channel_trips() argument316 *hot_trip = 85000; in tegra_tsensor_get_hw_channel_trips()327 *hot_trip = trip_temp; in tegra_tsensor_get_hw_channel_trips()334 *hot_trip = clamp(*hot_trip, 25000, 90000); in tegra_tsensor_get_hw_channel_trips()351 int err, hot_trip = 0, crit_trip = 0; in tegra_tsensor_enable_hw_channel() local362 tegra_tsensor_get_hw_channel_trips(tzd, &hot_trip, &crit_trip); in tegra_tsensor_enable_hw_channel()370 hot_trip = tegra_tsensor_temp_to_counter(ts, hot_trip); in tegra_tsensor_enable_hw_channel()376 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG1_TH2, hot_trip); in tegra_tsensor_enable_hw_channel()