Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c49 #define SENSOR_CONFIG1_TSAMPLE_SHIFT 0 macro
394 val = (sensor->config->tsample - 1) << SENSOR_CONFIG1_TSAMPLE_SHIFT; in enable_tsensor()