Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-bcm2835.c22 #define PWM_POLARITY (1 << 4) macro
113 value &= ~(PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_set_polarity()
115 value |= PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_set_polarity()