Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pwm/
A Dpwm-bcm2835.c19 #define PWM_POLARITY (1 << 4) macro
113 val &= ~(PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_apply()
115 val |= PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_apply()

Completed in 4 milliseconds