Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c46 #define TSENSOR_SENSOR0_CONFIG1_TH2 GENMASK(31, 16) macro
370 val &= ~TSENSOR_SENSOR0_CONFIG1_TH2; in tegra_tsensor_enable_hw_channel()
371 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG1_TH2, hot_trip); in tegra_tsensor_enable_hw_channel()