Searched refs:PWM_CONTROL_TRIGGER_SHIFT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pwm/
H A Dpwm-bcm-kona.c52 #define PWM_CONTROL_TRIGGER_SHIFT(chan) (chan) macro
85 value &= ~(1 << PWM_CONTROL_TRIGGER_SHIFT(chan)); kona_pwmc_apply_settings()
90 value |= 1 << PWM_CONTROL_TRIGGER_SHIFT(chan); kona_pwmc_apply_settings()

Completed in 58 milliseconds