Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/peci/
H A Dcputemp.c23 #define TEMP_TARGET_TJ_OFFSET_MASK GENMASK(29, 24) macro
107 tthrottle_offset = FIELD_GET(TEMP_TARGET_TJ_OFFSET_MASK, pcs) * MILLIDEGREE_PER_DEGREE; in update_temp_target()