Home
last modified time | relevance | path

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

/linux/drivers/hwmon/peci/
H A Dcputemp.c89 s32 tthrottle_offset, tcontrol_margin; in update_temp_target() local
107 tthrottle_offset = FIELD_GET(TEMP_TARGET_TJ_OFFSET_MASK, pcs) * MILLIDEGREE_PER_DEGREE; in update_temp_target()
108 priv->temp.target.tthrottle = priv->temp.target.tjmax - tthrottle_offset; in update_temp_target()