Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dmotor-init16 PWM_PERIOD=2500000 #400HZ
30 echo "set pwm period to $PWM_PERIOD ns"
31 if ! echo "$PWM_PERIOD" > "${PWM_PATH}/period"; then
/openbmc/linux/drivers/pwm/
H A Dpwm-brcmstb.c49 #define PWM_PERIOD(ch) (0x1c + ((ch) * PWM_CH_SIZE)) macro
170 brcmstb_pwm_writel(p, pc, PWM_PERIOD(channel)); in brcmstb_pwm_config()