Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dpwm-rockchip.c24 #define PWM_DUTY_POSITIVE (1 << 3) macro
28 #define PWM_POLARITY_MASK (PWM_DUTY_POSITIVE | PWM_INACTIVE_POSITIVE)
99 if (pc->data->supports_polarity && !(val & PWM_DUTY_POSITIVE)) { in rockchip_pwm_get_state()
167 ctrl |= PWM_DUTY_POSITIVE | PWM_INACTIVE_NEGATIVE; in rockchip_pwm_config()

Completed in 2 milliseconds