Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c49 #define TSENSOR_SENSOR0_CONFIG2_TH3 GENMASK(15, 0) macro
376 val &= ~TSENSOR_SENSOR0_CONFIG2_TH3; in tegra_tsensor_enable_hw_channel()
377 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG2_TH3, crit_trip); in tegra_tsensor_enable_hw_channel()