Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-twl.c22 #define TWL_PWM_MAX 0x7f macro
63 int duty_cycle = DIV64_U64_ROUND_UP(duty_ns * TWL_PWM_MAX, period_ns) + 1; in twl_pwm_config()
80 else if (duty_cycle > TWL_PWM_MAX) in twl_pwm_config()