Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-hibvt.c39 #define PWM_POLARITY_MASK BIT(1) macro
122 PWM_POLARITY_MASK, (0x1 << PWM_POLARITY_SHIFT)); in hibvt_pwm_set_polarity()
125 PWM_POLARITY_MASK, (0x0 << PWM_POLARITY_SHIFT)); in hibvt_pwm_set_polarity()
Dpwm-rockchip.c30 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE) macro
140 ctrl &= ~PWM_POLARITY_MASK; in rockchip_pwm_config()