Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/
H A Dbletchley-common-functions58 FAN_DUTY=$2
74 if [ "$FAN_DUTY" -lt 0 ] || [ "$FAN_DUTY" -gt 100 ]; then
75 echo "set_fan: incorrect fan duty, $FAN_DUTY"
80 PWM_VAL=$(printf "%.0f" $((FAN_DUTY*255/100)))
82 echo -n "set_fan: set fan$FAN_ID = $FAN_DUTY"