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

/linux-4.4.14/drivers/pwm/
H A Dpwm-twl.c33 #define TWL_PWM_MAX 0x7f macro
74 int duty_cycle = DIV_ROUND_UP(duty_ns * TWL_PWM_MAX, period_ns) + 1; twl_pwm_config()
91 else if (duty_cycle > TWL_PWM_MAX) twl_pwm_config()

Completed in 2293 milliseconds