Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.h57 #define SENSOR_TEMP2_PLLX_TEMP_MASK 0xffff macro
Dtegra124-soctherm.c88 .sensor_temp_mask = SENSOR_TEMP2_PLLX_TEMP_MASK,
Dtegra132-soctherm.c88 .sensor_temp_mask = SENSOR_TEMP2_PLLX_TEMP_MASK,
Dtegra210-soctherm.c89 .sensor_temp_mask = SENSOR_TEMP2_PLLX_TEMP_MASK,
Dsoctherm.c1368 state = REG_GET_MASK(r, SENSOR_TEMP2_PLLX_TEMP_MASK); in regs_show()