Home
last modified time | relevance | path

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

/linux/drivers/pwm/
A Dpwm-hibvt.c27 #define PWM_POLARITY_MASK BIT(1) macro
125 PWM_POLARITY_MASK, (0x1 << PWM_POLARITY_SHIFT)); in hibvt_pwm_set_polarity()
128 PWM_POLARITY_MASK, (0x0 << PWM_POLARITY_SHIFT)); in hibvt_pwm_set_polarity()
A Dpwm-rockchip.c27 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE) macro
137 ctrl &= ~PWM_POLARITY_MASK; in rockchip_pwm_config()

Completed in 5 milliseconds