Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/peci/
H A Dcputemp.c215 u16 thermal_margin; in get_dts() local
227 thermal_margin = FIELD_GET(DTS_MARGIN_MASK, pcs); in get_dts()
228 if (!dts_valid(thermal_margin)) { in get_dts()
239 (s32)tcontrol - priv->gen_info->thermal_margin_to_millidegree(thermal_margin); in get_dts()