Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-rockchip.c29 #define PWM_INACTIVE_POSITIVE (1 << 4) macro
30 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE)
142 ctrl |= PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE; in rockchip_pwm_config()