Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pwm/
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()
Dpwm-rockchip.c27 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE) macro
132 ctrl &= ~PWM_POLARITY_MASK; in rockchip_pwm_config()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch55782 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE)