Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.h53 #define SENSOR_TEMP1_CPU_TEMP_MASK (0xffff << 16) macro
Dtegra124-soctherm.c50 .sensor_temp_mask = SENSOR_TEMP1_CPU_TEMP_MASK,
Dtegra132-soctherm.c50 .sensor_temp_mask = SENSOR_TEMP1_CPU_TEMP_MASK,
Dtegra210-soctherm.c51 .sensor_temp_mask = SENSOR_TEMP1_CPU_TEMP_MASK,
Dsoctherm.c1363 state = REG_GET_MASK(r, SENSOR_TEMP1_CPU_TEMP_MASK); in regs_show()