Home
last modified time | relevance | path

Searched refs:PWM_DUTY_POSITIVE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-rockchip.c23 #define PWM_DUTY_POSITIVE (1 << 3) macro
27 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE)
88 if (pc->data->supports_polarity && !(val & PWM_DUTY_POSITIVE)) in rockchip_pwm_get_state()
136 ctrl |= PWM_DUTY_POSITIVE | PWM_INACTIVE_NEGATIVE; in rockchip_pwm_config()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-rockchip.c23 #define PWM_DUTY_POSITIVE (1 << 3) macro
27 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE)
92 if (pc->data->supports_polarity && !(val & PWM_DUTY_POSITIVE)) in rockchip_pwm_get_state()
143 ctrl |= PWM_DUTY_POSITIVE | PWM_INACTIVE_NEGATIVE; in rockchip_pwm_config()

Completed in 2 milliseconds