Home
last modified time | relevance | path

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

/drivers/thermal/tegra/
Dtegra30-tsensor.c35 #define TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP BIT(0) macro
301 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP, 1); in tegra_tsensor_disable_hw_channel()
356 val &= ~TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP; in tegra_tsensor_enable_hw_channel()
400 val &= ~TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP; in tegra_tsensor_enable_hw_channel()