Home
last modified time | relevance | path

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

/drivers/thermal/tegra/
Dtegra30-tsensor.c50 #define TSENSOR_SENSOR0_CONFIG2_TH3 GENMASK(15, 0) macro
381 val &= ~TSENSOR_SENSOR0_CONFIG2_TH3; in tegra_tsensor_enable_hw_channel()
382 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG2_TH3, crit_trip); in tegra_tsensor_enable_hw_channel()