Lines Matching refs:tjmax
44 s32 tjmax;
100 priv->temp.target.tjmax =
105 priv->temp.target.tcontrol = priv->temp.target.tjmax - tcontrol_margin;
108 priv->temp.target.tthrottle = priv->temp.target.tjmax - tthrottle_offset;
133 *val = priv->temp.target.tjmax;
136 *val = priv->temp.target.tjmax - priv->temp.target.tcontrol;
181 long tjmax;
197 ret = get_temp_target(priv, tjmax_type, &tjmax);
201 priv->temp.die.value = (s32)tjmax + dts_ten_dot_six_to_millidegree(temp);
254 long tjmax;
271 ret = get_temp_target(priv, tjmax_type, &tjmax);
275 /* Note that the tjmax should be available before calling it */
277 (s32)tjmax + dts_ten_dot_six_to_millidegree(core_dts_margin);