Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dmotor-init17 PWM_DUTY=250000 #PWM_PERIOD X 10%
41 if ! echo "$PWM_DUTY" > "${PWM_PATH}/duty_cycle"; then
/openbmc/u-boot/include/configs/
H A Dpxm2.h126 #define PWM_DUTY 0x200 macro
/openbmc/u-boot/board/siemens/pxm2/
H A Dboard.c337 int duty = PWM_DUTY; in enable_pwm()
/openbmc/linux/drivers/hwmon/
H A Dw83793.c155 #define PWM_DUTY 0 macro
1039 store_pwm, PWM_DUTY, index - 1), \
2064 data->pwm[i][PWM_DUTY] = in w83793_update_device()
2066 W83793_REG_PWM(i, PWM_DUTY)); in w83793_update_device()