Home
last modified time | relevance | path

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

/linux/drivers/hwmon/peci/
H A Dcputemp.c204 u16 thermal_margin; in get_dts() local
216 thermal_margin = FIELD_GET(DTS_MARGIN_MASK, pcs); in get_dts()
217 if (!dts_valid(thermal_margin)) in get_dts()
226 (s32)tcontrol - priv->gen_info->thermal_margin_to_millidegree(thermal_margin); in get_dts()