Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-twl.c33 #define TWL_PWM_MAX 0x7f macro
74 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()