Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dpower-ctrl179 SLED_NUM=$1
235 local SLED_NUM=$1
337 local SLED_NUM=$1
356 local SLED_NUM=$1
367 local SLED_NUM=$1
376 local SLED_NUM=$1
384 local SLED_NUM=$1
393 local SLED_NUM=$1
401 local SLED_NUM=$1
409 local SLED_NUM=$1
[all …]
H A Dmotor-init22 local SLED_NUM="$1"
23 echo "Open pwm of sled$SLED_NUM"
24 PWM_NUM=$(( SLED_NUM + PWM_NUM_OFFSET ))
69 SLED_NUM=${SLED:4}
77 if ! is_sled_present "${SLED_NUM}"; then
83 init_gpios "$SLED_NUM"
86 open_pwm "$SLED_NUM"
89 DETECT_PIN1="SLED${SLED_NUM}_MS_DETECT1"
H A Dmotor-ctrl42 SLED_NUM=${SLED:4}
50 if ! is_sled_present "${SLED_NUM}"; then
57 set_motor "$SLED_NUM" 1 0 0 1
60 set_motor "$SLED_NUM" 1 1 0 0
63 set_motor "$SLED_NUM" 1 1 1 0