Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c34 #define TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP BIT(0) macro
300 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG0_SENSOR_STOP, 1); in tegra_tsensor_disable_hw_channel()
359 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()