Home
last modified time | relevance | path

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

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