Searched refs:TWL_PWM_MAX (Results 1 – 1 of 1) sorted by relevance
33 #define TWL_PWM_MAX 0x7f macro74 int duty_cycle = DIV_ROUND_UP(duty_ns * TWL_PWM_MAX, period_ns) + 1; in twl_pwm_config()91 else if (duty_cycle > TWL_PWM_MAX) in twl_pwm_config()