LAST_TEMP_0        89 drivers/thermal/qcom/tsens-common.c 	u32 temp_idx = LAST_TEMP_0 + s->hw_id;
LAST_TEMP_0       117 drivers/thermal/qcom/tsens-common.c 		mask = GENMASK(priv->fields[LAST_TEMP_0].msb,
LAST_TEMP_0       118 drivers/thermal/qcom/tsens-common.c 			       priv->fields[LAST_TEMP_0].lsb);
LAST_TEMP_0       131 drivers/thermal/qcom/tsens-common.c 	ret = regmap_field_read(priv->rf[LAST_TEMP_0 + s->hw_id], &last_temp);
LAST_TEMP_0       222 drivers/thermal/qcom/tsens-common.c 	for (i = 0, j = LAST_TEMP_0; i < priv->feat->max_sensors; i++, j++) {