Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-sun4i.c32 #define PWM_ACT_STATE BIT(5) macro
206 val &= ~BIT_CH(PWM_ACT_STATE, pwm->hwpwm); in sun4i_pwm_set_polarity()
208 val |= BIT_CH(PWM_ACT_STATE, pwm->hwpwm); in sun4i_pwm_set_polarity()
356 if (!(val & BIT_CH(PWM_ACT_STATE, i))) in sun4i_pwm_probe()