Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.h45 #define SENSOR_TEMP1_GPU_TEMP_MASK 0xffff macro
Dtegra210-soctherm.c68 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
Dtegra132-soctherm.c67 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
Dtegra124-soctherm.c67 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
Dsoctherm.c683 state = REG_GET_MASK(r, SENSOR_TEMP1_GPU_TEMP_MASK); in regs_show()