Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dsoctherm.h54 #define SENSOR_TEMP1_GPU_TEMP_MASK 0xffff macro
H A Dtegra132-soctherm.c69 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
H A Dtegra114-soctherm.c60 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
H A Dtegra210-soctherm.c70 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
H A Dtegra124-soctherm.c69 .sensor_temp_mask = SENSOR_TEMP1_GPU_TEMP_MASK,
H A Dsoctherm.c1329 state = REG_GET_MASK(r, SENSOR_TEMP1_GPU_TEMP_MASK); in regs_show()