Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/peci/
H A Dcputemp.c21 #define TEMP_TARGET_FAN_TEMP_MASK GENMASK(15, 8) macro
103 tcontrol_margin = FIELD_GET(TEMP_TARGET_FAN_TEMP_MASK, pcs); in update_temp_target()