Searched refs:PWM_DUTY_POSTIVE (Results 1 – 2 of 2) sorted by relevance
33 priv->enable_conf |= PWM_DUTY_POSTIVE | PWM_INACTIVE_NEGATIVE; in rk_pwm_set_invert()93 priv->enable_conf = PWM_DUTY_POSTIVE | PWM_INACTIVE_POSTIVE; in rk_pwm_probe()
25 #define PWM_DUTY_POSTIVE (1 << 3) macro